MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / GetUsableGroupDescription

Function GetUsableGroupDescription

setting/user_usable_group.go:68–76  ·  view source on GitHub ↗
(groupName string)

Source from the content-addressed store, hash-verified

66}
67
68func GetUsableGroupDescription(groupName string) string {
69 userUsableGroupsMutex.RLock()
70 defer userUsableGroupsMutex.RUnlock()
71
72 if desc, ok := userUsableGroups[groupName]; ok {
73 return desc
74 }
75 return groupName
76}

Callers 1

GetUserGroupsFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected