Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
bool VariantParser::StreamFile::is_utf8() const {
75
return true;
76
}
77
78
bool VariantParser::StreamFile::_is_eof() const {
79
return f->eof_reached();
Callers
2
get_token
Method · 0.80
_parse_tag
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected