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

Function cson_string_cstr

cson/cson.c:646–649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644 return 0;
645}
646char const *cson_string_cstr(cson_string const *str)
647{
648 return str;
649}
650cson_value *cson_value_null(void)
651{
652 cson_value *val = calloc(1, sizeof(cson_value));

Callers 13

get_strpropFunction · 0.85
bdb_set_table_parameterFunction · 0.85
print_objFunction · 0.85
test_iFunction · 0.85
test_jFunction · 0.85
_cson_it_get_valueFunction · 0.85
_cson_extract_strFunction · 0.85
_cson_extract_intFunction · 0.85
_create_all_viewsFunction · 0.85
cson_to_tableFunction · 0.85

Calls

no outgoing calls

Tested by 3

print_objFunction · 0.68
test_iFunction · 0.68
test_jFunction · 0.68