MCPcopy Create free account
hub / github.com/DOSNetwork/core / GetIP

Method GetIP

p2p/p2p_interface.go:37–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35// P2PInterface represents a p2p network
36type P2PInterface interface {
37 GetIP() net.IP
38 GetID() []byte
39 SetPort(port string)
40 GetPort() string

Callers 1

statusMethod · 0.65

Implementers 1

serverp2p/server.go

Calls

no outgoing calls

Tested by

no test coverage detected