Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ getCodecMarker
Function
getCodecMarker
bolt/serializers/PrestoSerializer.cpp:127–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
char getCodecMarker() {
128
char marker = 0;
129
marker |= kCheckSumBitMask;
130
return marker;
131
}
132
133
bool isCompressedBitSet(int8_t codec) {
134
return (codec & kCompressedBitMask) == kCompressedBitMask;
Callers
1
flushUncompressed
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected