MCPcopy Create free account
hub / github.com/chen3feng/toft / TEST

Function TEST

base/string/byte_set_test.cpp:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11namespace toft {
12
13TEST(ByteSet, Empty)
14{
15 ByteSet bs;
16 EXPECT_FALSE(bs.Find('A'));
17 bs.Insert('A');
18 EXPECT_TRUE(bs.Find('A'));
19}
20
21} // namespace toft

Callers

nothing calls this directly

Calls 2

FindMethod · 0.45
InsertMethod · 0.45

Tested by

no test coverage detected