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

Method is_array

lib_acl_cpp/src/stdlib/json.cpp:158–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158bool json_node::is_array() const
159{
160 if (node_me_->type & ACL_JSON_T_ARRAY) {
161 return true;
162 } else {
163 return false;
164 }
165}
166
167const char* json_node::get_type() const
168{

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected