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

Method fileFormat

bolt/exec/tests/TableWriteTest.cpp:190–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 }
189
190 FileFormat fileFormat() const {
191 return static_cast<FileFormat>((value & ((1L << 40) - 1)) >> 32);
192 }
193
194 TestMode testMode() const {
195 return static_cast<TestMode>((value & ((1L << 32) - 1)) >> 24);

Callers 13

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TableWriteTestMethod · 0.45
TEST_FFunction · 0.45
makeConnectorSplitMethod · 0.45
createSplitMethod · 0.45
TEST_FFunction · 0.45
createSplitMethod · 0.45
runInsertTestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected