MCPcopy Create free account
hub / github.com/dgrr/http2 / FrameFlags

TypeAlias FrameFlags

frame.go:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37type FrameFlags int8
38
39// Has returns if `f` is in the frame flags or not.
40func (flags FrameFlags) Has(f FrameFlags) bool {

Callers 1

parseValuesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected