Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
type
ParseFlags uint32
83
84
func
(flags ParseFlags) has(f ParseFlags) bool {
85
return
(flags & f) != 0
86
}
87
88
func
(f ParseFlags) kind() Kind {
89
return
Kind((f >> kindOffset) & 0xFF)
Callers
1
parseString
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected