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

Function initAction

packages/cli/src/index.ts:26–28  ·  view source on GitHub ↗
(projectPath: string)

Source from the content-addressed store, hash-verified

24};
25
26const initAction = async (projectPath: string): Promise<void> => {
27 await telemetry.trackCommand('init', () => actions.init(projectPath));
28};
29
30const checkAction = async (options: Parameters<typeof actions.check>[0]): Promise<void> => {
31 await telemetry.trackCommand('check', () => actions.check(options));

Callers

nothing calls this directly

Calls 2

trackCommandMethod · 0.80
initMethod · 0.45

Tested by

no test coverage detected