MCPcopy 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
127char getCodecMarker() {
128 char marker = 0;
129 marker |= kCheckSumBitMask;
130 return marker;
131}
132
133bool isCompressedBitSet(int8_t codec) {
134 return (codec & kCompressedBitMask) == kCompressedBitMask;

Callers 1

flushUncompressedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected