Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodebuffAI/codebuff
/ flush
Method
flush
common/src/util/stop-sequence.ts:53–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
public flush(): string {
54
if
(this.finished) {
55
return
''
56
}
57
const
b = this.buffer
58
this.buffer =
''
59
return
b
60
}
61
}
Callers
5
promptAiSdkStream
Function · 0.95
flushAnalytics
Function · 0.45
message-updater.test.ts
File · 0.45
send-message.test.ts
File · 0.45
flushAnalytics
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected