MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / emit

Method emit

src/llm/thinking.ts:224–228  ·  view source on GitHub ↗

Drop leading whitespace so a stripped leading block leaves no blank top lines.

(c: string)

Source from the content-addressed store, hash-verified

222
223 /** Drop leading whitespace so a stripped leading block leaves no blank top lines. */
224 private emit(c: string): string {
225 if (!this.emittedVisible && /\s/.test(c)) return '';
226 this.emittedVisible = true;
227 return c;
228 }
229}
230
231/**

Callers 15

pushMethod · 0.95
flushMethod · 0.95
executeMethod · 0.45
runCommandMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
confirmEditFunction · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected