Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ unmount
Function
unmount
src/ink/root.ts:99–101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
97
return
{
98
rerender: instance.render,
99
unmount() {
100
instance.unmount()
101
},
102
waitUntilExit: instance.waitUntilExit,
103
cleanup: () => instances.delete(inkOptions.stdout),
104
}
Callers
4
showInvalidConfigDialog
Function · 0.85
call
Function · 0.85
mcpAddFromDesktopHandler
Function · 0.85
checkManagedSettingsSecurity
Function · 0.85
Calls
1
unmount
Method · 0.80
Tested by
no test coverage detected