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

Method String

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

Source from the content-addressed store, hash-verified

42func (e *Error) Unwrap() error { return e.err }
43func (e *Error) Error() string { return e.err.Error() }
44func (e *Error) String() string { return e.Error() }
45
46func (e *Error) Code() int { return -1 }
47func (e *Error) ReqID() uint64 { return 0 }

Callers 5

UpdateNodesFunction · 0.45
formatAttrIPFunction · 0.45
SetupFunction · 0.45
startAPIFunction · 0.45
crawlNodesFunction · 0.45

Calls 1

ErrorMethod · 0.95

Tested by

no test coverage detected