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

Method clear

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

Source from the content-addressed store, hash-verified

3export interface CliProgressReporter {
4 update(message: string): void;
5 clear(): void;
6}
7
8export function createCliProgressReporter(): CliProgressReporter {

Calls

no outgoing calls

Tested by

no test coverage detected