Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/backnotprop/plannotator
/ flush
Function
flush
apps/opencode-plugin/cli-bridge.ts:223–227 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
221
for
(
const
line of lines) forwardLine(line);
222
},
223
flush() {
224
if
(!pending)
return
;
225
forwardLine(pending);
226
pending =
""
;
227
},
228
};
229
}
230
Callers
nothing calls this directly
Calls
1
forwardLine
Function · 0.85
Tested by
no test coverage detected