MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / queryString

Method queryString

source/core/StarJson.cpp:613–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611}
612
613String Json::queryString(String const& q) const {
614 return JsonPath::pathGet(*this, JsonPath::parseQueryPath, q).toString();
615}
616
617JsonArray Json::queryArray(String const& q) const {
618 return JsonPath::pathGet(*this, JsonPath::parseQueryPath, q).toArray();

Callers 3

frontOrbitersMethod · 0.80
ambientNoiseMethod · 0.80
pullSoundsMethod · 0.80

Calls 3

pathGetFunction · 0.85
pathFindFunction · 0.85
toStringMethod · 0.45

Tested by

no test coverage detected