Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
type
section
interface
{
87
Name() string
88
Len() int
89
io.WriterTo
90
}
91
92
// staging area for writing index section
93
type
indexSection
struct
{
Callers
9
writeSectionOffsets
Function · 0.65
loadMetadata
Function · 0.65
loadResponse
Function · 0.65
addResponse
Method · 0.65
Len
Method · 0.65
writeSectionOffsets
Function · 0.65
writeFooter
Function · 0.65
TestWriteAndRead
Function · 0.65
serializeSignedMessage
Function · 0.65
Implementers
2
indexSection
go/bundle/encoder.go
responsesSection
go/bundle/encoder.go
Calls
no outgoing calls
Tested by
no test coverage detected