MCPcopy Create free account
hub / github.com/zenstackhq/zenstack / onKyselyQuery

Method onKyselyQuery

packages/plugins/policy/src/plugin.ts:30–33  ·  view source on GitHub ↗
({ query, client, proceed }: OnKyselyQueryArgs<SchemaDef>)

Source from the content-addressed store, hash-verified

28 }
29
30 onKyselyQuery({ query, client, proceed }: OnKyselyQueryArgs<SchemaDef>) {
31 const handler = new PolicyHandler<SchemaDef>(client, this.options);
32 return handler.handle(query, proceed);
33 }
34}

Callers

nothing calls this directly

Calls 1

handleMethod · 0.95

Tested by

no test coverage detected