MCPcopy 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
8Map Map::FromJSONString(const std::string& j)
9{
10 return FromJSON(json::parse(j, nullptr, true, true));
11}
12
13Map Map::FromJSON(json&& j)
14{

Callers

nothing calls this directly

Calls 1

parseFunction · 0.50

Tested by

no test coverage detected