MCPcopy Create free account
hub / github.com/rilldata/rill / CheckAccess

Method CheckAccess

runtime/ai/project_status.go:59–61  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

57}
58
59func (t *ProjectStatus) CheckAccess(ctx context.Context) (bool, error) {
60 return checkDeveloperAccess(ctx, t.Runtime, false)
61}
62
63func (t *ProjectStatus) Handler(ctx context.Context, args *ProjectStatusArgs) (*ProjectStatusResult, error) {
64 s := GetSession(ctx)

Callers

nothing calls this directly

Calls 1

checkDeveloperAccessFunction · 0.85

Tested by

no test coverage detected