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

Struct sectionOffset

go/bundle/decoder.go:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26type sectionOffset struct {
27 Name string
28 Length uint64
29}
30
31func FindSection(sos []sectionOffset, name string) (sectionOffset, uint64, bool) {
32 offset := uint64(0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected