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

Method CheckAccess

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

Source from the content-addressed store, hash-verified

43}
44
45func (t *DeveloperAgent) CheckAccess(ctx context.Context) (bool, error) {
46 return checkDeveloperAccess(ctx, t.Runtime, true)
47}
48
49func (t *DeveloperAgent) Handler(ctx context.Context, args *DeveloperAgentArgs) (*DeveloperAgentResult, error) {
50 // Generate the prompts

Callers

nothing calls this directly

Calls 1

checkDeveloperAccessFunction · 0.85

Tested by

no test coverage detected