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

Method has

json/json.go:84–86  ·  view source on GitHub ↗
(f ParseFlags)

Source from the content-addressed store, hash-verified

82type ParseFlags uint32
83
84func (flags ParseFlags) has(f ParseFlags) bool {
85 return (flags & f) != 0
86}
87
88func (f ParseFlags) kind() Kind {
89 return Kind((f >> kindOffset) & 0xFF)

Callers 1

parseStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected