Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dwgx/WindsurfAPI
/ flush
Method
flush
src/sanitize.js:233–237 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
231
}
232
233
flush() {
234
const
out = sanitizeText(this.buffer);
235
this.buffer =
''
;
236
return
out;
237
}
238
}
239
240
/**
Callers
6
handler
Function · 0.95
cascade-native-bridge.test.js
File · 0.45
sanitize.test.js
File · 0.45
tool-emulation-gpt-native.test.js
File · 0.45
tool-emulation.test.js
File · 0.45
v2078-audit-fixes.test.js
File · 0.45
Calls
1
sanitizeText
Function · 0.85
Tested by
no test coverage detected