MCPcopy Index your code
hub / github.com/dolanor/rip / Decode

Method Decode

encoding/encoding.go:57–57  ·  view source on GitHub ↗

Decode decodes encoded value from the input stream into v.

(v interface{})

Source from the content-addressed store, hash-verified

55type Decoder interface {
56 // Decode decodes encoded value from the input stream into v.
57 Decode(v interface{}) error
58}
59
60// ContentTypeDecoder decodes the encoded data from r based on the Content-Type header value

Callers 6

decodeFunction · 0.65
decodeInFunction · 0.65
updatePathIDFunction · 0.65
TestMiddlewareFunction · 0.65
TestDecoder_DecodeFunction · 0.65

Implementers 2

decoderencoding/protobuf/decoder.go
Decoderencoding/html/html.go

Calls

no outgoing calls

Tested by 3

TestMiddlewareFunction · 0.52
TestDecoder_DecodeFunction · 0.52