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

TypeAlias ParseFlags

json/json.go:82–82  ·  view source on GitHub ↗

ParseFlags is a type used to represent configuration options that can be applied when parsing json input.

Source from the content-addressed store, hash-verified

80// ParseFlags is a type used to represent configuration options that can be
81// applied when parsing json input.
82type ParseFlags uint32
83
84func (flags ParseFlags) has(f ParseFlags) bool {
85 return (flags & f) != 0

Callers 3

TestAppendUnescapeFunction · 0.85
withKindMethod · 0.85
UnescapeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected