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

Method CheckAccess

runtime/ai/develop_file.go:50–52  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

48}
49
50func (t *DevelopFile) CheckAccess(ctx context.Context) (bool, error) {
51 return checkDeveloperAccess(ctx, t.Runtime, true)
52}
53
54func (t *DevelopFile) Handler(ctx context.Context, args *DevelopFileArgs) (*DevelopFileResult, error) {
55 // Validate input

Callers

nothing calls this directly

Calls 1

checkDeveloperAccessFunction · 0.85

Tested by

no test coverage detected