MCPcopy 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
82func (d *Decoder) DecodeUint() (uint64, error) {
83 return d.decodeOfType(TypePosInt)
84}
85
86func (d *Decoder) DecodeArrayHeader() (uint64, error) {
87 return d.decodeOfType(TypeArray)

Callers 5

decodeSectionLengthsCBORFunction · 0.95
parseIndexSectionFunction · 0.95
parseSignaturesSectionFunction · 0.95
decodeSignedSubsetFunction · 0.95

Calls 1

decodeOfTypeMethod · 0.95

Tested by

no test coverage detected