MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / SnappyStorage

Method SnappyStorage

IndexedStorageLib/IndexedStorage.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45SnappyStorage::SnappyStorage() :
46 m_readBlockIndex(-1),
47 m_writeBlockIndex(0)
48{
49}
50
51bool SnappyStorage::Empty() const
52{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected