MCPcopy Create free account
hub / github.com/bytebase/bytebase / getGroupMembersCacheKey

Function getGroupMembersCacheKey

backend/store/store.go:164–166  ·  view source on GitHub ↗
(workspace, groupName string)

Source from the content-addressed store, hash-verified

162}
163
164func getGroupMembersCacheKey(workspace, groupName string) string {
165 return fmt.Sprintf("workspaces/%s/%s/members", workspace, groupName)
166}
167
168func getMemberGroupsCacheKey(workspace, userName string) string {
169 return fmt.Sprintf("workspaces/%s/memberGroups/%s", workspace, userName)

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected