MCPcopy Create free account
hub / github.com/couchbase/forestdb / fdb_status fdb_kvs_remove

Function fdb_status fdb_kvs_remove

src/kv_instance.cc:2283–2288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2281}
2282
2283LIBFDB_API
2284fdb_status fdb_kvs_remove(fdb_file_handle *fhandle,
2285 const char *kvs_name)
2286{
2287 return _fdb_kvs_remove(fhandle, kvs_name, false);
2288}
2289
2290LIBFDB_API
2291fdb_status fdb_get_kvs_info(fdb_kvs_handle *handle, fdb_kvs_info *info)

Callers

nothing calls this directly

Calls 1

_fdb_kvs_removeFunction · 0.85

Tested by

no test coverage detected