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