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

Function formatAction

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

Source from the content-addressed store, hash-verified

32};
33
34const formatAction = async (options: Parameters<typeof actions.format>[0]): Promise<void> => {
35 await telemetry.trackCommand('format', () => actions.format(options));
36};
37
38const seedAction = async (options: Parameters<typeof actions.seed>[0], args: string[]): Promise<void> => {
39 await telemetry.trackCommand('db seed', () => actions.seed(options, args));

Callers

nothing calls this directly

Calls 2

trackCommandMethod · 0.80
formatMethod · 0.80

Tested by

no test coverage detected