MCPcopy
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
101func (h *Hub) topicDel(name string) {
102 h.numTopics--
103 h.topics.Delete(name)
104}
105
106func newHub() *Hub {
107 h := &Hub{

Callers 2

topicUnregMethod · 0.95
topicInitFunction · 0.80

Calls 1

DeleteMethod · 0.65

Tested by

no test coverage detected