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

Method get_json_node

lib_acl_cpp/src/stdlib/json.cpp:460–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458}
459
460ACL_JSON_NODE* json_node::get_json_node() const
461{
462 return node_me_;
463}
464
465void json_node::set_json_node(ACL_JSON_NODE* node)
466{

Callers 5

testFunction · 0.80
testFunction · 0.80
json.cppFile · 0.80
jsonMethod · 0.80
removeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected