Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WICG/webpackage
/ manifestSection
Struct
manifestSection
go/bundle/encoder.go:438–440 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
436
}
437
438
type
manifestSection
struct
{
439
bytes.Buffer
440
}
441
442
func
(ms *manifestSection) Name() string {
return
"manifest"
}
443
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected