Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/getsentry/XcodeBuildMCP
/ updateTransient
Function
updateTransient
src/utils/renderers/cli-text-renderer.ts:523–525 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
521
reporter.clear();
522
},
523
updateTransient(message: string): void {
524
reporter.update(message);
525
},
526
writeDurable(text: string): void {
527
process.stdout.write(`${formatCliTextBlock(text)}\n`);
528
},
Callers
nothing calls this directly
Calls
1
update
Method · 0.80
Tested by
no test coverage detected