Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tiann/hapi
/
Class
cli/src/codex/codexLocalLauncher.test.ts:41–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
40
vi.mock(
'@/modules/common/launcher/BaseLocalLauncher'
, () => ({
41
BaseLocalLauncher:
class
{
42
readonly control = {
43
requestExit: () => {}
44
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected