Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/black-sliver/PopTracker
/ FromJSONString
Method
FromJSONString
src/core/map.cpp:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
7
8
Map Map::FromJSONString(const std::string& j)
9
{
10
return FromJSON(json::parse(j, nullptr, true, true));
11
}
12
13
Map Map::FromJSON(json&& j)
14
{
Callers
nothing calls this directly
Calls
1
parse
Function · 0.50
Tested by
no test coverage detected