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

Function codexRemoteLauncher

cli/src/codex/codexRemoteLauncher.ts:3190–3193  ·  view source on GitHub ↗
(session: CodexSession)

Source from the content-addressed store, hash-verified

3188}
3189
3190export async function codexRemoteLauncher(session: CodexSession): Promise<'switch' | 'exit'> {
3191 const launcher = new CodexRemoteLauncher(session);
3192 return launcher.launch();
3193}

Callers 1

Calls 1

launchMethod · 0.95

Tested by

no test coverage detected