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

Method Len

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

Source from the content-addressed store, hash-verified

86type section interface {
87 Name() string
88 Len() int
89 io.WriterTo
90}
91

Callers 10

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

Implementers 2

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

Calls

no outgoing calls

Tested by 1

TestWriteAndReadFunction · 0.52