Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WICG/webpackage
/ DecodeByteString
Method
DecodeByteString
go/internal/cbor/decoder.go:117–119 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
115
}
116
117
func
(d *Decoder) DecodeByteString() ([]byte, error) {
118
return
d.decodeBytesOfType(TypeBytes)
119
}
Callers
12
TestDecodeByteString
Function · 0.95
TestDecodeByteStringNotCrashing
Function · 0.95
parseIndexSectionWithVariants
Function · 0.95
parseSignaturesSection
Function · 0.95
loadMetadata
Function · 0.95
loadResponse
Function · 0.95
decodeSignedSubset
Function · 0.95
decodeCborHeaders
Function · 0.80
decodeSubsetHashes
Function · 0.80
decodeRequestMap
Method · 0.80
decodeResponseMap
Method · 0.80
DecodeAugmentedCertificateFrom
Function · 0.80
Calls
1
decodeBytesOfType
Method · 0.95
Tested by
2
TestDecodeByteString
Function · 0.76
TestDecodeByteStringNotCrashing
Function · 0.76