Skip to main content

class_name_is_valid

Function class_name_is_valid 

Source
pub fn class_name_is_valid(class_name: &str) -> bool
Expand description

Is this a class a client may address?

Three ways to be valid: a system class, a join table, or an ordinary name matching the regex. The join-table form matters because _Join: names are the only underscore-prefixed classes a non-system path constructs.