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

Function TEST

src/leveldb/db/log_test.cc:263–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261 sizeof(LogTest::initial_offset_last_record_offsets_) / sizeof(uint64_t);
262
263TEST(LogTest, Empty) { ASSERT_EQ("EOF", Read()); }
264
265TEST(LogTest, ReadWrite) {
266 Write("foo");

Callers

nothing calls this directly

Calls 3

NumberStringFunction · 0.85
BigStringFunction · 0.85
RandomSkewedStringFunction · 0.85

Tested by

no test coverage detected