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

Method launch

cli/src/cursor/cursorLegacyRemoteLauncher.ts:116–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 }
115
116 public async launch(): Promise<RemoteLauncherExitReason> {
117 return this.start({
118 onExit: () => this.handleExitFromUi(),
119 onSwitchToLocal: () => this.handleSwitchFromUi()
120 });
121 }
122
123 protected createDisplay(context: RemoteLauncherDisplayContext): React.ReactElement {
124 return React.createElement(OpencodeDisplay, context);

Callers 1

Calls 3

handleExitFromUiMethod · 0.95
handleSwitchFromUiMethod · 0.95
startMethod · 0.45

Tested by

no test coverage detected