MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / Exit

Method Exit

IceFireDB-SQLProxy/pkg/p2p/pubsub.go:85–88  ·  view source on GitHub ↗

Exit closes the pubsub channels

()

Source from the content-addressed store, hash-verified

83
84// Exit closes the pubsub channels
85func (ps *PubSub) Exit() {
86 ps.Sub.Cancel()
87 ps.Topic.Close()
88}

Callers 3

mainFunction · 0.45
exitSignalFunction · 0.45
asyncSQLFunction · 0.45

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected