MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / is_valid_identifier

Method is_valid_identifier

servers/text_server.cpp:2348–2350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2346}
2347
2348bool TextServer::is_valid_identifier(const String &p_string) const {
2349 return p_string.is_valid_unicode_identifier();
2350}
2351
2352bool TextServer::is_valid_letter(uint64_t p_unicode) const {
2353 return is_unicode_letter(p_unicode);

Callers 3

validate_pathMethod · 0.45
ok_pressedMethod · 0.45
test_text_server.hFile · 0.45

Calls 1

Tested by

no test coverage detected