MCPcopy Create free account
hub / github.com/bytedance/terarkdb / GetCacheBytesRead

Method GetCacheBytesRead

table/table_test.cc:1870–1870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1868 }
1869
1870 int64_t GetCacheBytesRead() { return block_cache_bytes_read; }
1871
1872 int64_t GetCacheBytesWrite() { return block_cache_bytes_write; }
1873

Callers 1

TEST_PFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected