MCPcopy Create free account
hub / github.com/bytedance/bolt / testMode

Method testMode

bolt/exec/tests/TableWriteTest.cpp:194–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 }
193
194 TestMode testMode() const {
195 return static_cast<TestMode>((value & ((1L << 32) - 1)) >> 24);
196 }
197
198 CommitStrategy commitStrategy() const {
199 return static_cast<CommitStrategy>((value & ((1L << 24) - 1)) >> 16);

Callers 2

TableWriteTestMethod · 0.45
TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected