Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ cson_value_is_array
Function
cson_value_is_array
cson/cson.c:491–494 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
489
return val;
490
}
491
char cson_value_is_array(cson_value const *v)
492
{
493
return cson__type(v) == JSON_ARRAY;
494
}
495
cson_array *cson_value_get_array(cson_value *val)
496
{
497
return &val->u.arr;
Callers
10
get_arrprop
Function · 0.85
test_f
Function · 0.85
test_g
Function · 0.85
test_h_arr
Function · 0.85
print_value
Function · 0.85
test_j
Function · 0.85
timepart_deserialize
Function · 0.85
_cson_extract_array
Function · 0.85
cson_push_value
Function · 0.85
cson_to_table
Function · 0.85
Calls
1
cson__type
Function · 0.85
Tested by
5
test_f
Function · 0.68
test_g
Function · 0.68
test_h_arr
Function · 0.68
print_value
Function · 0.68
test_j
Function · 0.68