MCPcopy Create free account
hub / github.com/acl-dev/acl / parse

Function parse

app/gson/test/test6/main.cpp:115–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 " ]}";
114
115static void parse(void)
116{
117 printf("\r\nOriginal json data:\r\n\r\n");
118 printf("%s\r\n", data);
119
120 acl::json json(data);
121
122 company com;
123 std::pair<bool, std::string> ret = acl::gson(json.get_root(), com);
124 show_company(com);
125}
126
127int main(void)
128{

Callers 6

mainFunction · 0.70
jtjson_testFunction · 0.50
parseMethod · 0.50
runMethod · 0.50
onUploadMethod · 0.50
doUploadMethod · 0.50

Calls 2

show_companyFunction · 0.85
gsonFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…