MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / count

Method count

src/storage/teststorageprovider.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92size_t TestStorageProvider::count() const
93{
94 return m_map.size();
95}
96
97void TestStorageProvider::flush()
98{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected