Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ handleExit
Method
handleExit
src/tools/REPLTool/pyReplFactory.tsx:413–415 ·
view source on GitHub ↗
(reason: string)
Source
from the content-addressed store, hash-verified
411
})
412
413
const handleExit = (reason: string) => {
414
this.shutdown(reason)
415
}
416
child.on(
'error'
, error => {
417
handleExit(error.message)
418
})
Callers
2
componentDidCatch
Method · 0.80
App
Class · 0.80
Calls
1
shutdown
Method · 0.95
Tested by
no test coverage detected