Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
701
type
testDecoder
struct
{ called bool }
702
703
func
(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