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

Method clear

src/storage/teststorageprovider.cpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56size_t TestStorageProvider::clear()
57{
58 size_t size = m_map.size();
59 m_map.clear();
60 return size;
61}
62
63bool TestStorageProvider::enumerate(callback fn) const
64{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected