Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ethereum/node-crawler
/ Ping
Struct
Ping
pkg/crawler/connection.go:76–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
func
(msg Disconnect) ReqID() uint64 {
return
0 }
75
76
type
Ping
struct
{}
77
78
func
(msg Ping) Code() int {
return
0x02 }
79
func
(msg Ping) ReqID() uint64 {
return
0 }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected