MCPcopy Create free account
hub / github.com/couchbase/forestdb / bcache_get_num_immutable

Function bcache_get_num_immutable

src/blockcache.cc:1421–1429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1419}
1420
1421uint64_t bcache_get_num_immutable(struct filemgr *file)
1422{
1423 struct fnamedic_item *fname = file->bcache;
1424 if (fname) {
1425 return atomic_get_uint64_t(&fname->nimmutable);
1426 }
1427 return 0;
1428
1429}
1430
1431// LCOV_EXCL_START
1432void bcache_print_items()

Callers 1

filemgr_flush_immutableFunction · 0.85

Calls 1

atomic_get_uint64_tFunction · 0.85

Tested by

no test coverage detected