MCPcopy Create free account
hub / github.com/agent-tower/core / getTaskCleanupService

Function getTaskCleanupService

packages/server/src/core/container.ts:43–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43export function getTaskCleanupService(): TaskCleanupService {
44 if (!taskCleanupService) {
45 taskCleanupService = new TaskCleanupService(getSessionManager(), getWorkspaceBackgroundService());
46 }
47 return taskCleanupService;
48}
49
50export function getWorkspaceBackgroundService(): WorkspaceBackgroundService {
51 if (!workspaceBackgroundService) {

Callers 2

buildAppFunction · 0.85
taskRoutesFunction · 0.85

Calls 2

getSessionManagerFunction · 0.85

Tested by

no test coverage detected