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

Struct manifestSection

go/bundle/encoder.go:438–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438type manifestSection struct {
439 bytes.Buffer
440}
441
442func (ms *manifestSection) Name() string { return "manifest" }
443

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected