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

Function cson_object_unset

cson/cson.c:466–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464 return cson__set(obj->value, cson_key->buf, v);
465}
466int cson_object_unset(cson_object *obj, char const *key)
467{
468 return cson_object_set(obj, key, NULL);
469}
470cson_value *cson_object_get(cson_object *obj, char const *key)
471{
472 cson__render(obj->value);

Callers 2

bdb_set_table_parameterFunction · 0.85
test_mFunction · 0.85

Calls 1

cson_object_setFunction · 0.85

Tested by 1

test_mFunction · 0.68