Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WICG/webpackage
/ primarySection
Struct
primarySection
go/bundle/encoder.go:423–425 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
421
}
422
423
type
primarySection
struct
{
424
bytes.Buffer
425
}
426
427
func
(ps *primarySection) Name() string {
return
"primary"
}
428
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected