Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinode/chat
/ topicDel
Method
topicDel
server/hub.go:101–104 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
99
}
100
101
func
(h *Hub) topicDel(name string) {
102
h.numTopics--
103
h.topics.Delete(name)
104
}
105
106
func
newHub() *Hub {
107
h := &Hub{
Callers
2
topicUnreg
Method · 0.95
topicInit
Function · 0.80
Calls
1
Delete
Method · 0.65
Tested by
no test coverage detected