Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WICG/webpackage
/ DecodeArrayHeader
Method
DecodeArrayHeader
go/internal/cbor/decoder.go:86–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
}
85
86
func
(d *Decoder) DecodeArrayHeader() (uint64, error) {
87
return
d.decodeOfType(TypeArray)
88
}
89
90
func
(d *Decoder) DecodeMapHeader() (uint64, error) {
91
return
d.decodeOfType(TypeMap)
Callers
8
decodeSectionLengthsCBOR
Function · 0.95
parseIndexSection
Function · 0.95
parseIndexSectionWithVariants
Function · 0.95
parseSignaturesSection
Function · 0.95
loadMetadata
Function · 0.95
ReadCertChain
Function · 0.95
decodeSubsetHashes
Function · 0.80
decodeExchangeHeaders
Method · 0.80
Calls
1
decodeOfType
Method · 0.95
Tested by
no test coverage detected