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

Method query

source/core/StarJson.cpp:589–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587}
588
589Json Json::query(String const& q) const {
590 return JsonPath::pathGet(*this, JsonPath::parseQueryPath, q);
591}
592
593double Json::queryDouble(String const& q) const {
594 return JsonPath::pathGet(*this, JsonPath::parseQueryPath, q).toDouble();

Callers 13

ContainerPaneMethod · 0.45
displayedMethod · 0.45
ChatMethod · 0.45
jsonMergeQueryImplFunction · 0.45
makeUtilityCallbacksMethod · 0.45
TESTFunction · 0.45
readJsonMethod · 0.45
loadJsonMethod · 0.45
getPathMethod · 0.45
getDefaultPathMethod · 0.45
renderDebrisFieldsMethod · 0.45
drawRayMethod · 0.45

Calls 2

pathGetFunction · 0.85
pathFindFunction · 0.85

Tested by 1

TESTFunction · 0.36