MCPcopy Create free account
hub / github.com/baidu/tera / GetAllKeys

Method GetAllKeys

src/leveldb/table/table_test.cc:1011–1011  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1009 Status Open() override { return Status::InvalidArgument("Mock Persistent Cache"); }
1010
1011 std::vector<std::string> GetAllKeys() override { return {}; }
1012
1013 void GarbageCollect() override { return; }
1014};

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected