MCPcopy Create free account
hub / github.com/getsentry/XcodeBuildMCP / runDaemonCleanup

Function runDaemonCleanup

src/utils/workspace-filesystem-lifecycle.ts:445–450  ·  view source on GitHub ↗
(options: ResolvedWorkspaceFilesystemLifecycleOptions)

Source from the content-addressed store, hash-verified

443}
444
445function runDaemonCleanup(options: ResolvedWorkspaceFilesystemLifecycleOptions): void {
446 if (!options.daemonCleanup) {
447 return;
448 }
449 cleanupWorkspaceDaemonFiles(options.workspaceKey, options.daemonCleanup);
450}
451
452function xcodeIdeCallToolTransientRoot(workspaceKey: string): string {
453 return path.join(

Callers 1

Calls 1

Tested by

no test coverage detected