MCPcopy Create free account
hub / github.com/MinterTeam/minter-go-node / decodeDecoder

Function decodeDecoder

rlp/decode.go:502–504  ·  view source on GitHub ↗
(s *Stream, val reflect.Value)

Source from the content-addressed store, hash-verified

500}
501
502func decodeDecoder(s *Stream, val reflect.Value) error {
503 return val.Addr().Interface().(Decoder).DecodeRLP(s)
504}
505
506// Kind represents the kind of value contained in an RLP stream.
507type Kind int

Callers

nothing calls this directly

Calls 1

DecodeRLPMethod · 0.65

Tested by

no test coverage detected