MCPcopy 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

74func (msg Disconnect) ReqID() uint64 { return 0 }
75
76type Ping struct{}
77
78func (msg Ping) Code() int { return 0x02 }
79func (msg Ping) ReqID() uint64 { return 0 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected