Skip to main content

validate_graph_name

Function validate_graph_name 

Source
pub fn validate_graph_name(name: &str) -> Result<(), InvalidError>
Expand description

The canonical graph-name rule, shared by the SDK client edge and the serving plane: non-empty, at most MAX_GRAPH_NAME_BYTES bytes, no ASCII control characters.