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

Function checkAction

packages/cli/src/index.ts:30–32  ·  view source on GitHub ↗
(options: Parameters<typeof actions.check>[0])

Source from the content-addressed store, hash-verified

28};
29
30const checkAction = async (options: Parameters<typeof actions.check>[0]): Promise<void> => {
31 await telemetry.trackCommand('check', () => actions.check(options));
32};
33
34const formatAction = async (options: Parameters<typeof actions.format>[0]): Promise<void> => {
35 await telemetry.trackCommand('format', () => actions.format(options));

Callers

nothing calls this directly

Calls 1

trackCommandMethod · 0.80

Tested by

no test coverage detected