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

Method CheckAccess

runtime/ai/file_write.go:54–56  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

52}
53
54func (t *WriteFile) CheckAccess(ctx context.Context) (bool, error) {
55 return checkDeveloperAccess(ctx, t.Runtime, true)
56}
57
58func (t *WriteFile) Handler(ctx context.Context, args *WriteFileArgs) (*WriteFileResult, error) {
59 s := GetSession(ctx)

Callers

nothing calls this directly

Calls 1

checkDeveloperAccessFunction · 0.85

Tested by

no test coverage detected