MCPcopy Create free account
hub / github.com/0xPolygon/bor / testEncoder

Struct testEncoder

rlp/encode_test.go:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32)
33
34type testEncoder struct {
35 err error
36}
37
38func (e *testEncoder) EncodeRLP(w io.Writer) error {
39 if e == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected