MCPcopy Create free account
hub / github.com/DeAI-Artist/Linkis / ID

Method ID

p2p/node_info.go:105–107  ·  view source on GitHub ↗

ID returns the node's peer ID.

()

Source from the content-addressed store, hash-verified

103
104// ID returns the node's peer ID.
105func (info DefaultNodeInfo) ID() ID {
106 return info.DefaultNodeID
107}
108
109// Validate checks the self-reported DefaultNodeInfo is safe.
110// It returns an error if there

Callers 2

ValidateMethod · 0.95
NetAddressMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected