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

Method disable

lib_acl_cpp/src/stdlib/json.cpp:354–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354void json_node::disable(bool yes)
355{
356 acl_json_node_disable(node_me_, yes ? 1 : 0);
357}
358
359bool json_node::disabled() const
360{

Callers 3

mainFunction · 0.80
kFunction · 0.80

Calls 1

acl_json_node_disableFunction · 0.85

Tested by

no test coverage detected