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

Method without

proto/proto.go:78–80  ·  view source on GitHub ↗
(x flags)

Source from the content-addressed store, hash-verified

76}
77
78func (f flags) without(x flags) flags {
79 return f & ^x
80}
81
82func (f flags) uint64(i int64) uint64 {
83 if f.has(zigzag) {

Callers 5

pointerSizeFuncOfFunction · 0.45
pointerEncodeFuncOfFunction · 0.45
structSizeFuncOfFunction · 0.45
structEncodeFuncOfFunction · 0.45
structDecodeFuncOfFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected