Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QodeXcli/QodeX
/ flush
Function
flush
src/cli/render/assistant-message.tsx:180–180 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
178
const cmt = commentMarker(fam);
179
let plain =
''
;
180
const flush = () => { if (plain) { tokens.push({ text: plain }); plain =
''
; } };
181
let i = 0;
182
while (i < line.length) {
183
const rest = line.slice(i);
Callers
1
tokenizeCodeLine
Function · 0.70
Calls
1
push
Method · 0.45
Tested by
no test coverage detected