MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / tokenAsString

Method tokenAsString

src/core/objects/object_query.cpp:904–910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

902
903
904QString ObjectQueryParser::tokenAsString() const
905{
906 QString string = token_text.toString();
907 if (token == TokenString)
908 string = fromEscaped(string);
909 return string;
910}
911
912
913const Symbol* ObjectQueryParser::findSymbol(const QString& key) const

Callers

nothing calls this directly

Calls 2

fromEscapedFunction · 0.85
toStringMethod · 0.45

Tested by

no test coverage detected