MCPcopy
hub / github.com/callstack/agent-device / runCleanupStep

Function runCleanupStep

test/integration/test-helpers.ts:83–88  ·  view source on GitHub ↗
(step: string, args: string[])

Source from the content-addressed store, hash-verified

81 }
82
83 function runCleanupStep(step: string, args: string[]): CliJsonResult {
84 const result = runCliJson(args, { env: extraEnv });
85 recordStep(step, args, result);
86 maybeCaptureSnapshot(args, result);
87 return result;
88 }
89
90 function recordStep(step: string, args: string[], result: CliJsonResult): void {
91 const errorCode =

Callers

nothing calls this directly

Calls 3

runCliJsonFunction · 0.70
recordStepFunction · 0.70
maybeCaptureSnapshotFunction · 0.70

Tested by

no test coverage detected