Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
760
Json Json::erasePath(String path) const {
761
return JsonPath::pathRemove(*this, JsonPath::parseQueryPath, path);
762
}
763
764
Json Json::setAll(JsonObject values) const {
765
auto map = toObject();
Callers
2
TEST
Function · 0.80
setPath
Method · 0.80
Calls
1
pathRemove
Function · 0.85
Tested by
1
TEST
Function · 0.64