Skip to main content

is_semantic_option_key

Function is_semantic_option_key 

Source
pub fn is_semantic_option_key(key: &str) -> bool
Expand description

Returns true if key is a recognised semantic table-option key (whitelist).

Note this is membership, not a prefix test: unknown keys under SEMANTIC_PREFIX are rejected, and the internal SEMANTIC_PER_TABLE_INDEX_KEY (outside the prefix) never matches.