pub const REGISTERED_POINTS: &[&str];Expand description
Stable identifiers for every injection_point!() site SPG ships.
Test code typically reaches for these via the spg_injection_attach
SQL fn (string-typed), but having them in a Rust constant keeps the
catalog and the call sites from drifting.