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

Method GroupSyncEntitled

coderd/idpsync/group.go:28–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func (AGPLIDPSync) GroupSyncEntitled() bool {
29 // AGPL does not support syncing groups.
30 return false
31}
32
33func (s AGPLIDPSync) UpdateGroupSyncSettings(ctx context.Context, orgID uuid.UUID, db database.Store, settings GroupSyncSettings) error {
34 orgResolver := s.Manager.OrganizationResolver(db, orgID)

Callers 1

ParseGroupClaimsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected