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

Method GetGroupByOrgAndName

coderd/database/dbauthz/dbauthz.go:3504–3506  ·  view source on GitHub ↗
(ctx context.Context, arg database.GetGroupByOrgAndNameParams)

Source from the content-addressed store, hash-verified

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)
3506}
3507
3508func (q *querier) GetGroupMembers(ctx context.Context, includeSystem bool) ([]database.GroupMember, error) {
3509 if err := q.authorizeContext(ctx, policy.ActionRead, rbac.ResourceSystem); err != nil {

Callers

nothing calls this directly

Calls 1

fetchFunction · 0.70

Tested by

no test coverage detected