MCPcopy Create free account
hub / github.com/tiann/hapi / launch

Method launch

cli/src/cursor/cursorAcpRemoteLauncher.ts:42–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 public async launch(): Promise<RemoteLauncherExitReason> {
43 return this.start({
44 onExit: () => this.handleExitFromUi(),
45 onSwitchToLocal: () => this.handleSwitchFromUi()
46 });
47 }
48
49 protected createDisplay(context: RemoteLauncherDisplayContext): React.ReactElement {
50 return React.createElement(OpencodeDisplay, context);

Callers 1

cursorAcpRemoteLauncherFunction · 0.95

Calls 3

handleExitFromUiMethod · 0.95
handleSwitchFromUiMethod · 0.95
startMethod · 0.45

Tested by

no test coverage detected