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

Method Error

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

Source from the content-addressed store, hash-verified

41
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 }

Callers 9

StringMethod · 0.95
cachedOrQueryMethod · 0.80
handleDashboardMethod · 0.80
getClientInfoLoopMethod · 0.80
readHelloFunction · 0.80
getStatusFunction · 0.80
readStatusFunction · 0.80
StartPProfFunction · 0.80
newNodeDaemonFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected