Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
namespace toft {
12
13
TEST(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
Find
Method · 0.45
Insert
Method · 0.45
Tested by
no test coverage detected