Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WICG/webpackage
/ DecodeUint
Method
DecodeUint
go/internal/cbor/decoder.go:82–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
}
81
82
func
(d *Decoder) DecodeUint() (uint64, error) {
83
return
d.decodeOfType(TypePosInt)
84
}
85
86
func
(d *Decoder) DecodeArrayHeader() (uint64, error) {
87
return
d.decodeOfType(TypeArray)
Callers
5
decodeSectionLengthsCBOR
Function · 0.95
parseIndexSection
Function · 0.95
parseIndexSectionWithVariants
Function · 0.95
parseSignaturesSection
Function · 0.95
decodeSignedSubset
Function · 0.95
Calls
1
decodeOfType
Method · 0.95
Tested by
no test coverage detected