Infer topic category from name.
(name string)
| 3976 | |
| 3977 | // Infer topic category from name. |
| 3978 | func 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. |
no test coverage detected
searching dependent graphs…