MCPcopy Index your code
hub / github.com/WICG/webpackage / String

Method String

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

Source from the content-addressed store, hash-verified

80}
81
82func (r indexEntry) String() string {
83 return fmt.Sprintf("{URL: %v, Header: %v, Offset: %d, Length: %d}", r.URL, r.Header, r.Offset, r.Length)
84}
85
86type section interface {
87 Name() string

Callers 4

FinalizeMethod · 0.45
newPrimarySectionFunction · 0.45
newManifestSectionFunction · 0.45
writePrimaryURLFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected