MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / Decode

Method Decode

pkg/util/io/io.go:32–32  ·  view source on GitHub ↗
(msg any)

Source from the content-addressed store, hash-verified

30// from an io.Reader, typically os.Stdin.
31type Decoder interface {
32 Decode(msg any) error
33}
34
35type jsonDecoder struct {

Callers 15

ConvertMethod · 0.95
ConvertMethod · 0.95
recentMDFromValueFunction · 0.95
decodeMessageFunction · 0.95
UnmarshalMethod · 0.95
UnmarshalJSONMethod · 0.65
unmarshalTextBytesFunction · 0.65
UnmarshalJSONMethod · 0.65
certificateMethod · 0.65
handleClaimMethod · 0.65
x509CertificateFunction · 0.65
FromProxyHeadersFunction · 0.65

Implementers 3

jsonDecoderpkg/util/io/io.go
bytesDecoderpkg/util/io/io.go
TTNDecoderpkg/jsonpb/ttn.go

Calls

no outgoing calls

Tested by 8

handleClaimMethod · 0.52
TestTLSCertVerificationFunction · 0.52
TestInteropTLSFunction · 0.52
TestServerFunction · 0.52
TestCookiesFunction · 0.52
TestMakeSquareFunction · 0.52
TestClientFunction · 0.52