MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / clear

Function clear

src/utils/cli-progress-reporter.ts:22–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 spinner.message(message);
21 },
22 clear(): void {
23 if (!active) {
24 return;
25 }
26
27 spinner.clear();
28 active = false;
29 },
30 };
31}

Callers

nothing calls this directly

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected