MCPcopy Create free account
hub / github.com/Samsung/UTopia / toJson

Method toJson

lib/target_analysis/TargetLib.cpp:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24Json::Value TargetLib::toJson() const {
25 Json::Value Json;
26
27 Json["APIs"] = Json::Value(Json::arrayValue);
28 for (auto API : APIs)
29 Json["APIs"].append(API);
30 return Json;
31}
32
33} // namespace ftg

Callers 1

dumpMethod · 0.45

Calls 1

ValueClass · 0.50

Tested by

no test coverage detected