MCPcopy Index your code
hub / github.com/coder/coder / normalizeAllGroups

Function normalizeAllGroups

enterprise/coderd/groups_test.go:604–608  ·  view source on GitHub ↗
(groups []codersdk.Group)

Source from the content-addressed store, hash-verified

602}
603
604func normalizeAllGroups(groups []codersdk.Group) {
605 for i := range groups {
606 normalizeGroupMembers(&groups[i])
607 }
608}
609
610// normalizeGroupMembers removes comparison noise from the group members.
611func normalizeGroupMembers(group *codersdk.Group) {

Callers 1

TestGroupsFunction · 0.85

Calls 1

normalizeGroupMembersFunction · 0.85

Tested by

no test coverage detected