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

Method GetGroupByID

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

Source from the content-addressed store, hash-verified

3498}
3499
3500func (q *querier) GetGroupByID(ctx context.Context, id uuid.UUID) (database.Group, error) {
3501 return fetch(q.log, q.auth, q.db.GetGroupByID)(ctx, id)
3502}
3503
3504func (q *querier) GetGroupByOrgAndName(ctx context.Context, arg database.GetGroupByOrgAndNameParams) (database.Group, error) {
3505 return fetch(q.log, q.auth, q.db.GetGroupByOrgAndName)(ctx, arg)

Callers 1

Calls 1

fetchFunction · 0.70

Tested by

no test coverage detected