MCPcopy
hub / github.com/tinode/chat / genTopicName

Function genTopicName

tinode-db/main.go:173–175  ·  view source on GitHub ↗

Generate random string as a name of the group topic

()

Source from the content-addressed store, hash-verified

171
172// Generate random string as a name of the group topic
173func genTopicName() string {
174 return "grp" + store.Store.GetUidString()
175}
176
177// Generates password of length n
178func getPassword(n int) string {

Callers 1

genDbFunction · 0.70

Calls 1

GetUidStringMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…