| 2281 | } |
| 2282 | |
| 2283 | LIBFDB_API |
| 2284 | fdb_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 | |
| 2290 | LIBFDB_API |
| 2291 | fdb_status fdb_get_kvs_info(fdb_kvs_handle *handle, fdb_kvs_info *info) |
nothing calls this directly
no test coverage detected