Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrr/http2
/ Flags
Method
Flags
frameHeader.go:90–92 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
}
89
90
func
(f *FrameHeader) Flags() FrameFlags {
91
return
f.flags
92
}
93
94
func
(f *FrameHeader) SetFlags(flags FrameFlags) {
95
f.flags = flags
Callers
15
Deserialize
Method · 0.80
Deserialize
Method · 0.80
Serialize
Method · 0.80
handleState
Function · 0.80
handleFrame
Method · 0.80
handleHeaderFrame
Method · 0.80
readLoop
Method · 0.80
Deserialize
Method · 0.80
Serialize
Method · 0.80
Deserialize
Method · 0.80
Serialize
Method · 0.80
Deserialize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected