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

Method Name

go/bundle/encoder.go:417–417  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

415}
416
417func (rs *responsesSection) Name() string { return "responses" }
418func (rs *responsesSection) Len() int { return rs.buf.Len() }
419func (rs *responsesSection) WriteTo(w io.Writer) (int64, error) {
420 return rs.buf.WriteTo(w)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected