Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
646
char const *cson_string_cstr(cson_string const *str)
647
{
648
return str;
649
}
650
cson_value *cson_value_null(void)
651
{
652
cson_value *val = calloc(1, sizeof(cson_value));
Callers
13
get_strprop
Function · 0.85
bdb_get_table_parameter_tran
Function · 0.85
bdb_set_table_parameter
Function · 0.85
print_obj
Function · 0.85
test_i
Function · 0.85
test_j
Function · 0.85
_cson_it_get_value
Function · 0.85
_cson_extract_str
Function · 0.85
_cson_extract_int
Function · 0.85
_cson_extract_start_string
Function · 0.85
_create_all_views
Function · 0.85
cson_to_table
Function · 0.85
Calls
no outgoing calls
Tested by
3
print_obj
Function · 0.68
test_i
Function · 0.68
test_j
Function · 0.68