MCPcopy Create free account
hub / github.com/segmentio/encoding / decoderFlags

Function decoderFlags

thrift/decode.go:88–90  ·  view source on GitHub ↗
(r Reader)

Source from the content-addressed store, hash-verified

86}
87
88func decoderFlags(r Reader) flags {
89 return flags(r.Protocol().Features() << featuresBitOffset)
90}
91
92var decoderCache atomic.Value // map[typeID]decodeFunc
93

Callers 2

NewDecoderFunction · 0.85
ResetMethod · 0.85

Calls 3

flagsTypeAlias · 0.70
FeaturesMethod · 0.65
ProtocolMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…