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

Method is_quoted

core/string/ustring.cpp:3607–3609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3605}
3606
3607bool String::is_quoted() const {
3608 return is_enclosed_in("\"") || is_enclosed_in("'");
3609}
3610
3611bool String::is_lowercase() const {
3612 for (const char32_t *str = &operator[](0); *str; str++) {

Callers 7

_list_call_argumentsFunction · 0.80
complete_codeMethod · 0.80
resolveMethod · 0.80
_validate_parentMethod · 0.80
_create_newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected