Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
func
(ps *PubSub) Exit() {
86
ps.Sub.Cancel()
87
ps.Topic.Close()
88
}
Callers
3
main
Function · 0.45
exitSignal
Function · 0.45
asyncSQL
Function · 0.45
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected