MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / cson_value_get_object

Function cson_value_get_object

cson/cson.c:445–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443 return cson__type(v) == JSON_OBJECT;
444}
445cson_object *cson_value_get_object(cson_value *val)
446{
447 return &val->u.obj;
448}
449int cson_value_fetch_object(cson_value *val, cson_object **obj)
450{
451 *obj = cson_value_get_object(val);

Callers 15

bdb_set_table_parameterFunction · 0.85
test_aFunction · 0.85
test_bFunction · 0.85
test_h_arrFunction · 0.85
test_hFunction · 0.85
print_valueFunction · 0.85
test_iFunction · 0.85
test_jFunction · 0.85
test_mFunction · 0.85
test_oFunction · 0.85
cson__resetFunction · 0.85

Calls

no outgoing calls

Tested by 9

test_aFunction · 0.68
test_bFunction · 0.68
test_h_arrFunction · 0.68
test_hFunction · 0.68
print_valueFunction · 0.68
test_iFunction · 0.68
test_jFunction · 0.68
test_mFunction · 0.68
test_oFunction · 0.68