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

Function dbAction

packages/cli/src/index.ts:18–20  ·  view source on GitHub ↗
(subCommand: string, options: any)

Source from the content-addressed store, hash-verified

16};
17
18const dbAction = async (subCommand: string, options: any): Promise<void> => {
19 await telemetry.trackCommand(`db ${subCommand}`, () => actions.db(subCommand, options));
20};
21
22const infoAction = async (projectPath: string): Promise<void> => {
23 await telemetry.trackCommand('info', () => actions.info(projectPath));

Callers 1

createProgramFunction · 0.85

Calls 1

trackCommandMethod · 0.80

Tested by

no test coverage detected