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

Function flushParserStates

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

Source from the content-addressed store, hash-verified

402 }
403
404 function flushParserStates(): void {
405 for (const state of parserStates.values()) {
406 state.parser.flush();
407 drainParserState(state);
408 }
409 }
410
411 return {
412 onFragment(fragment: AnyFragment): void {

Callers 1

finalizeFunction · 0.85

Calls 2

drainParserStateFunction · 0.85
flushMethod · 0.65

Tested by

no test coverage detected