Skip to main content

RESERVED_ADMIN_PREFIXES

Constant RESERVED_ADMIN_PREFIXES 

Source
pub const RESERVED_ADMIN_PREFIXES: &[&str];
Expand description

Method prefixes reserved for daemon-internal admin handlers. Plugin registrations colliding with any of these are rejected — the daemon’s agents/credentials/pairing/etc. surfaces cannot be hijacked.

Comparison: exact prefix-equality or sub-prefix containment.