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

Function gson

app/master/daemon/json/struct.gson.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24
25 acl::string gson(const kill_req_data_t &$obj)
26 {
27 acl::json $json;
28 acl::json_node &$node = acl::gson ($json, $obj);
29 return $node.to_string ();
30 }
31
32
33 std::pair<bool,std::string> gson(acl::json_node &$node, kill_req_data_t &$obj)

Callers 3

deserializeFunction · 0.70
serializeFunction · 0.70
struct.gson.cppFile · 0.70

Calls 5

get_objMethod · 0.80
to_stringMethod · 0.45
updateMethod · 0.45
c_strMethod · 0.45
finishMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…