pub fn is_valid_function_name(name: &str) -> bool
Expand description

(internals) Is a text string a valid script-defined function name? Exported under the internals feature only.