Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ multiDrivers
Method
multiDrivers
bolt/exec/tests/TableWriteTest.cpp:186–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
bool multiDrivers() const {
187
return (value >> 40) != 0;
188
}
189
190
FileFormat fileFormat() const {
191
return static_cast<FileFormat>((value & ((1L << 40) - 1)) >> 32);
Callers
2
TableWriteTest
Method · 0.80
TEST_P
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected