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

Method erasePath

source/core/StarJson.cpp:760–762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

758}
759
760Json Json::erasePath(String path) const {
761 return JsonPath::pathRemove(*this, JsonPath::parseQueryPath, path);
762}
763
764Json Json::setAll(JsonObject values) const {
765 auto map = toObject();

Callers 2

TESTFunction · 0.80
setPathMethod · 0.80

Calls 1

pathRemoveFunction · 0.85

Tested by 1

TESTFunction · 0.64