MCPcopy Create free account
hub / github.com/dwgx/WindsurfAPI / feed

Method feed

src/cascade-native-bridge.js:1212–1216  ·  view source on GitHub ↗
(delta)

Source from the content-addressed store, hash-verified

1210 }
1211
1212 feed(delta) {
1213 if (!delta) return { text: '', toolCalls: [] };
1214 this.buffer += String(delta);
1215 return this._drain(false);
1216 }
1217
1218 flush() {
1219 return this._drain(true);

Callers

nothing calls this directly

Calls 1

_drainMethod · 0.95

Tested by

no test coverage detected