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

Function ReleaseFrame

frame.go:126–128  ·  view source on GitHub ↗
(fr Frame)

Source from the content-addressed store, hash-verified

124}
125
126func ReleaseFrame(fr Frame) {
127 framePools[fr.Type()].Put(fr)
128}

Callers 3

writeRequestMethod · 0.85
ReleaseFrameHeaderFunction · 0.85
readFromMethod · 0.85

Calls 1

TypeMethod · 0.65

Tested by

no test coverage detected