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

Method run

cli/src/codex/codexLocalLauncher.test.ts:48–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 constructor(private readonly opts: { launch: (signal: AbortSignal) => Promise<void> }) {}
47
48 async run(): Promise<'exit'> {
49 await this.opts.launch(new AbortController().signal);
50 if (harness.runBarrier) {
51 await harness.runBarrier;
52 }
53 return 'exit';
54 }
55 }
56}));
57

Callers 15

resume.test.tsFile · 0.45
codex.test.tsFile · 0.45
runner.test.tsFile · 0.45
runCliFunction · 0.45
addPushSubscriptionFunction · 0.45
removePushSubscriptionFunction · 0.45
getOrCreateSessionFunction · 0.45
setSessionTodosFunction · 0.45
setSessionTeamStateFunction · 0.45
setSessionModelFunction · 0.45

Calls 1

launchMethod · 0.45

Tested by

no test coverage detected