MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / parse

Method parse

compat/config_file_compat.cpp:274–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274Error ConfigFileCompat::parse(const String &p_data) {
275 VariantParser::StreamString stream;
276 stream.s = p_data;
277 return _parse("<string>", &stream);
278}
279
280Error ConfigFileCompat::_parse(const String &p_path, VariantParser::Stream *p_stream) {
281 String assign;

Callers 1

parse_expressionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected