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

Method Wrappers

coderd/database/dbauthz/dbauthz.go:133–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131}
132
133func (q *querier) Wrappers() []string {
134 return append(q.db.Wrappers(), wrapname)
135}
136
137// authorizeContext is a helper function to authorize an action on an object.
138func (q *querier) authorizeContext(ctx context.Context, action policy.Action, object rbac.Objecter) error {

Callers

nothing calls this directly

Calls 1

WrappersMethod · 0.65

Tested by

no test coverage detected