MCPcopy Index your code
hub / github.com/tinode/chat / topicCat

Function topicCat

server/topic.go:3978–3980  ·  view source on GitHub ↗

Infer topic category from name.

(name string)

Source from the content-addressed store, hash-verified

3976
3977// Infer topic category from name.
3978func topicCat(name string) types.TopicCat {
3979 return types.GetTopicCat(name)
3980}
3981
3982// Generate the name of the group topic as a "grp" followed by random-looking
3983// unique string.

Callers 2

topicUnregMethod · 0.85
topicNameForUserFunction · 0.85

Calls 1

GetTopicCatFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…