pub fn class_name_is_valid(class_name: &str) -> boolExpand 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.