MCPcopy
hub / github.com/Eugeny/tabby / restore

Method restore

tabby-electron/src/pty.ts:22–27  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

20 }
21
22 async restore (id: string): Promise<ElectronPTYProxy|null> {
23 if (ipcRenderer.sendSync('pty:exists', id)) {
24 return new ElectronPTYProxy(id)
25 }
26 return null
27 }
28}
29
30// eslint-disable-next-line @typescript-eslint/no-extraneous-class

Callers 2

setupWindowManagementMethod · 0.80
startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected