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

Struct requestEntryWithOffset

go/bundle/decoder.go:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type requestEntryWithOffset struct {
21 Request
22 Length uint64
23 Offset uint64 // Offset within the bundle stream
24}
25
26type sectionOffset struct {
27 Name string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected