Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
type
P2PInterface
interface
{
37
GetIP() net.IP
38
GetID() []byte
39
SetPort(port string)
40
GetPort() string
Callers
1
status
Method · 0.65
Implementers
1
server
p2p/server.go
Calls
no outgoing calls
Tested by
no test coverage detected