MCPcopy Create free account
hub / github.com/ElementsProject/elements / Value

Method Value

src/leveldb/db/fault_injection_test.cc:449–452  ·  view source on GitHub ↗

Return the value to associate with the specified key

Source from the content-addressed store, hash-verified

447
448 // Return the value to associate with the specified key
449 Slice Value(int k, std::string* storage) const {
450 Random r(k);
451 return test::RandomString(&r, kValueSize, storage);
452 }
453
454 Status OpenDB() {
455 delete db_;

Callers

nothing calls this directly

Calls 1

RandomStringFunction · 0.70

Tested by

no test coverage detected