Skip to main content

RESERVED_PROFILE_NAMES

Constant RESERVED_PROFILE_NAMES 

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

Names that cannot be used for a profile because they already mean something as a :{suffix} on a model id.

These are the council virtual-model variants (gglib-council:interactive, gglib-council:native). Those names are matched whole by the proxy before any profile splitting happens, so a profile sharing a suffix with one would never be reachable on that model — confusing rather than dangerous, but worth rejecting at the point of creation instead of leaving the user to discover it.