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

Struct testDecoder

rlp/decode_test.go:701–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699}
700
701type testDecoder struct{ called bool }
702
703func (t *testDecoder) DecodeRLP(s *Stream) error {
704 if _, err := s.Uint(); err != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected