MCPcopy 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

showInvalidConfigDialogFunction · 0.85
callFunction · 0.85
mcpAddFromDesktopHandlerFunction · 0.85

Calls 1

unmountMethod · 0.80

Tested by

no test coverage detected