Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
354
void json_node::disable(bool yes)
355
{
356
acl_json_node_disable(node_me_, yes ? 1 : 0);
357
}
358
359
bool json_node::disabled() const
360
{
Callers
3
main
Function · 0.80
k
Function · 0.80
jquery-1.8.2.min.js
File · 0.80
Calls
1
acl_json_node_disable
Function · 0.85
Tested by
no test coverage detected