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

Method without

thrift/struct.go:41–43  ·  view source on GitHub ↗
(x flags)

Source from the content-addressed store, hash-verified

39}
40
41func (f flags) without(x flags) flags {
42 return f & ^x
43}
44
45type structField struct {
46 typ reflect.Type

Callers 3

ResetMethod · 0.45
ResetMethod · 0.45
SetStrictMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected