MCPcopy
hub / github.com/codeaashu/claude-code / launchTeleportResumeWrapper

Function launchTeleportResumeWrapper

src/dialogLaunchers.tsx:91–96  ·  view source on GitHub ↗
(root: Root)

Source from the content-addressed store, hash-verified

89 * Original callback wiring: onComplete={done}, onCancel={() => done(null)}, source="cliArg".
90 */
91export async function launchTeleportResumeWrapper(root: Root): Promise<TeleportRemoteResponse | null> {
92 const {
93 TeleportResumeWrapper
94 } = await import('./components/TeleportResumeWrapper.js');
95 return showSetupDialog<TeleportRemoteResponse | null>(root, done => <TeleportResumeWrapper onComplete={done} onCancel={() => done(null)} source="cliArg" />);
96}
97
98/**
99 * Site ~4597: TeleportRepoMismatchDialog (pick a local checkout of the target repo).

Callers 1

runFunction · 0.85

Calls 2

showSetupDialogFunction · 0.85
doneFunction · 0.50

Tested by

no test coverage detected