MCPcopy Create free account
hub / github.com/FUSIONFoundation/efsn / testEncoder

Struct testEncoder

rlp/encode_test.go:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected