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

Method GetID

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

Source from the content-addressed store, hash-verified

36type P2PInterface interface {
37 GetIP() net.IP
38 GetID() []byte
39 SetPort(port string)
40 GetPort() string
41 Listen() error

Callers 6

buildConnFunction · 0.65
GroupingMethod · 0.65
sendToMembersFunction · 0.65
TestChoseSubmitterFunction · 0.65
dispatchSignFunction · 0.65
statusMethod · 0.65

Implementers 1

serverp2p/server.go

Calls

no outgoing calls

Tested by 2

buildConnFunction · 0.52
TestChoseSubmitterFunction · 0.52