MCPcopy Create free account
hub / github.com/imroc/req / getDataFrame

Method getDataFrame

internal/http2/frame.go:430–435  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

428}
429
430func (fc *frameCache) getDataFrame() *DataFrame {
431 if fc == nil {
432 return &DataFrame{}
433 }
434 return &fc.dataFrame
435}
436
437// NewFramer returns a Framer that writes frames to w and reads them from r.
438func NewFramer(w io.Writer, r io.Reader) *Framer {

Callers 1

parseDataFrameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected