MCPcopy 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

76type Ping struct{}
77
78func (msg Ping) Code() int { return 0x02 }
79func (msg Ping) ReqID() uint64 { return 0 }
80
81type Pong struct{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected