Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bnb-chain/bsc
/ testEncoderValueMethod
Struct
testEncoderValueMethod
rlp/encode_test.go:48–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
type
testEncoderValueMethod
struct
{}
49
50
func
(e testEncoderValueMethod) EncodeRLP(w io.Writer) error {
51
w.Write([]byte{0xFA, 0xFE, 0xF0})
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected