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

Method CheckAccess

runtime/ai/file_read.go:45–47  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

43}
44
45func (t *ReadFile) CheckAccess(ctx context.Context) (bool, error) {
46 return checkDeveloperAccess(ctx, t.Runtime, true)
47}
48
49func (t *ReadFile) Handler(ctx context.Context, args *ReadFileArgs) (*ReadFileResult, error) {
50 s := GetSession(ctx)

Callers

nothing calls this directly

Calls 1

checkDeveloperAccessFunction · 0.85

Tested by

no test coverage detected