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

Function onEnd

test/stream-error.test.js:263–265  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

261 reject(new Error('unexpected data callback'));
262 },
263 onEnd() {
264 reject(new Error('unexpected end callback'));
265 },
266 onError(error) {
267 clearTimeout(timer);
268 resolve(error);

Callers 3

rawGetChatMessageMethod · 0.85
cascadeChatMethod · 0.85
grpcStreamFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected