Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
rawGetChatMessage
Method · 0.85
cascadeChat
Method · 0.85
grpcStream
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected