Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/XcodeBuildMCP
/ mcp-lifecycle.test.ts
File
mcp-lifecycle.test.ts
src/server/__tests__/mcp-lifecycle.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ EventEmitter } from
'node:events'
;
2
import
{ mkdtempSync } from
'node:fs'
;
3
import
{ rm } from
'node:fs/promises'
;
4
import
{ tmpdir } from
'node:os'
;
Callers
nothing calls this directly
Calls
15
setSimulatorLaunchOsLogRegistryDirOverrideForTests
Function · 0.90
setRuntimeInstanceForTests
Function · 0.90
setSimulatorLaunchOsLogRecordActiveOverrideForTests
Function · 0.90
clearAllSimulatorLaunchOsLogSessionsForTests
Function · 0.90
createMcpLifecycleCoordinator
Function · 0.90
createMockExecutor
Function · 0.90
registerSimulatorLaunchOsLogSession
Function · 0.90
classifyMcpLifecycleAnomalies
Function · 0.90
buildMcpLifecycleSnapshot
Function · 0.90
isTransportDisconnectReason
Function · 0.90
tmpdir
Function · 0.85
rm
Function · 0.85
Tested by
no test coverage detected