Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlowiseAI/Flowise
/ onclose
Function
onclose
packages/ui/src/views/chatmessage/ChatMessage.jsx:1212–1215 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1210
}
1211
},
1212
async onclose() {
1213
cleanupCalledTools()
1214
closeResponse()
1215
},
1216
async onerror(err) {
1217
console.error(
'EventSource Error: '
, err)
1218
closeResponse()
Callers
nothing calls this directly
Calls
2
cleanupCalledTools
Function · 0.85
closeResponse
Function · 0.85
Tested by
no test coverage detected