MCPcopy Create free account
hub / github.com/DNAProject/DNA / Halt

Method Halt

p2pserver/net/protocol/server.go:34–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32type P2P interface {
33 Start()
34 Halt()
35 Connect(addr string) error
36 GetID() uint64
37 GetVersion() uint32

Callers 1

StopMethod · 0.65

Implementers 1

NetServerp2pserver/net/netserver/netserver.go

Calls

no outgoing calls

Tested by

no test coverage detected