MCPcopy 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/**

Calls 1

sanitizeTextFunction · 0.85

Tested by

no test coverage detected