Skip to main content

USAGE_DEDUP_KEY_PREFIX

Constant USAGE_DEDUP_KEY_PREFIX 

Source
pub const USAGE_DEDUP_KEY_PREFIX: &str = "ff:usagededup:";
Expand description

Shared prefix for the usage-dedup keyspace. Must match the ff:usagededup: literal referenced in lua/**.lua (notably lua/budget.lua:99, the ff_report_usage_and_check function). Grep ff:usagededup: to find all producers, consumers, and test fixtures in one search.