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

Method CheckAccess

runtime/ai/show_table.go:58–60  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

56}
57
58func (t *ShowTable) CheckAccess(ctx context.Context) (bool, error) {
59 return checkDeveloperAccess(ctx, t.Runtime, false)
60}
61
62func (t *ShowTable) Handler(ctx context.Context, args *ShowTableArgs) (*ShowTableResult, error) {
63 if args.Table == "" {

Callers

nothing calls this directly

Calls 1

checkDeveloperAccessFunction · 0.85

Tested by

no test coverage detected