Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/slopus/happy
/ CodexSessionState
Interface
CodexSessionState
packages/codium/sources/boot/main/agent-worker/worker.ts:55–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
interface
CodexSessionState {
56
engine:
'codex'
57
child: ChildProcessWithoutNullStreams
58
stop(): void
59
}
60
61
const
sessions =
new
Map<string, SessionState>()
62
Callers
1
handle
Function · 0.65
Implementers
5
InvalidateSync
packages/happy-cli/src/utils/sync.ts
ClaudeQueryDriver
packages/happy-cli/src/claude/claude.i
InvalidateSync
packages/happy-app/sources/utils/sync.
ValueSync
packages/happy-app/sources/utils/sync.
GitStatusSync
packages/happy-app/sources/sync/gitSta
Calls
no outgoing calls
Tested by
no test coverage detected