MCPcopy Create free account
hub / github.com/ethereum/node-crawler / Code

Method Code

pkg/crawler/connection.go:46–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44func (e *Error) String() string { return e.Error() }
45
46func (e *Error) Code() int { return -1 }
47func (e *Error) ReqID() uint64 { return 0 }
48
49func errorf(format string, args ...interface{}) *Error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected