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

Method is_utf8

core/variant/variant_parser.cpp:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74bool VariantParser::StreamFile::is_utf8() const {
75 return true;
76}
77
78bool VariantParser::StreamFile::_is_eof() const {
79 return f->eof_reached();

Callers 2

get_tokenMethod · 0.80
_parse_tagMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected