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

Interface section

go/bundle/encoder.go:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86type section interface {
87 Name() string
88 Len() int
89 io.WriterTo
90}
91
92// staging area for writing index section
93type indexSection struct {

Callers 9

writeSectionOffsetsFunction · 0.65
loadMetadataFunction · 0.65
loadResponseFunction · 0.65
addResponseMethod · 0.65
LenMethod · 0.65
writeSectionOffsetsFunction · 0.65
writeFooterFunction · 0.65
TestWriteAndReadFunction · 0.65
serializeSignedMessageFunction · 0.65

Implementers 2

indexSectiongo/bundle/encoder.go
responsesSectiongo/bundle/encoder.go

Calls

no outgoing calls

Tested by

no test coverage detected