MCPcopy Create free account
hub / github.com/coder/coder / DeleteGroupByID

Method DeleteGroupByID

coderd/database/dbauthz/dbauthz.go:2076–2078  ·  view source on GitHub ↗
(ctx context.Context, id uuid.UUID)

Source from the content-addressed store, hash-verified

2074}
2075
2076func (q *querier) DeleteGroupByID(ctx context.Context, id uuid.UUID) error {
2077 return deleteQ(q.log, q.auth, q.db.GetGroupByID, q.db.DeleteGroupByID)(ctx, id)
2078}
2079
2080func (q *querier) DeleteGroupMemberFromGroup(ctx context.Context, arg database.DeleteGroupMemberFromGroupParams) error {
2081 // Deleting a group member counts as updating a group.

Callers

nothing calls this directly

Calls 1

deleteQFunction · 0.85

Tested by

no test coverage detected