pub(crate) fn store_referrers(gw: &GatewayConfig, name: &str) -> Vec<String>Expand description
Everything that references store name: node config store: keys (flat,
for limit-count/workflow), nested session.store (session plugins —
wired in a later plan, scanned now so the guard never lags the feature),
and workflow’s per-rule action params (config.rules[].actions[][1].store
— actions are [name, params] pairs; see plugins/native/workflow.rs).