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

Method detach

lib_acl_cpp/src/stdlib/json.cpp:349–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349int json_node::detach()
350{
351 return acl_json_node_delete(node_me_);
352}
353
354void json_node::disable(bool yes)
355{

Callers

nothing calls this directly

Calls 1

acl_json_node_deleteFunction · 0.85

Tested by

no test coverage detected