Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imroc/req
/ checkValid
Method
checkValid
internal/http2/frame.go:215–219 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
213
}
214
215
func
(h *FrameHeader) checkValid() {
216
if
!h.valid {
217
panic(
"Frame accessor called on non-owned Frame"
)
218
}
219
}
220
221
func
(h *FrameHeader) invalidate() { h.valid = false }
222
Callers
8
Data
Method · 0.80
Value
Method · 0.80
ForeachSetting
Method · 0.80
DebugData
Method · 0.80
Payload
Method · 0.80
HeaderBlockFragment
Method · 0.80
HeaderBlockFragment
Method · 0.80
HeaderBlockFragment
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected