Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
Json::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
dump
Method · 0.45
Calls
1
Value
Class · 0.50
Tested by
no test coverage detected