Skip to main content

is_valid_id

Function is_valid_id 

Source
pub fn is_valid_id(id: &str) -> bool
Expand description

Validate that an identifier follows the naming convention: starts with lowercase ASCII letter, followed by lowercase ASCII letters, digits, or underscores.

Used across all four registry crates (source, compute, trigger, action) for primitive ID and version validation.