Skip to main content

RESERVED_KEYWORDS

Constant RESERVED_KEYWORDS 

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

Words that NodeDB claims as dispatch or rewrite keywords.

Each entry is stored in UPPER case. All comparisons normalise the input to upper case before checking containment.