Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/getsentry/XcodeBuildMCP
/ clearDaemonActivityRegistry
Function
clearDaemonActivityRegistry
src/daemon/activity-registry.ts:60–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
* Test helper to reset shared process-local activity state.
59
*/
60
export
function
clearDaemonActivityRegistry(): void {
61
activityCounts.clear();
62
}
Callers
5
active-processes.test.ts
File · 0.90
session-status.test.ts
File · 0.90
mcp-idle-shutdown.test.ts
File · 0.90
idle-shutdown.test.ts
File · 0.90
activity-registry.test.ts
File · 0.90
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected