MCPcopy Create free account
hub / github.com/WICG/webpackage / responsesSection

Struct responsesSection

go/bundle/encoder.go:379–381  ·  view source on GitHub ↗

staging area for writing responses section

Source from the content-addressed store, hash-verified

377
378// staging area for writing responses section
379type responsesSection struct {
380 buf bytes.Buffer
381}
382
383func newResponsesSection(n int) *responsesSection {
384 ret := &responsesSection{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected