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

Function clearTransient

src/utils/renderers/cli-text-renderer.ts:520–522  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

518 includeNextSteps: options.includeNextSteps ?? true,
519 sink: {
520 clearTransient(): void {
521 reporter.clear();
522 },
523 updateTransient(message: string): void {
524 reporter.update(message);
525 },

Callers

nothing calls this directly

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected