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

Function getWorkspaceGitWatcherService

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

Source from the content-addressed store, hash-verified

48}
49
50export function getWorkspaceBackgroundService(): WorkspaceBackgroundService {
51 if (!workspaceBackgroundService) {
52 workspaceBackgroundService = new WorkspaceBackgroundService();
53 }
54 return workspaceBackgroundService;
55}
56
57export async function getTerminalManager(): Promise<TerminalManager> {
58 if (!terminalManager) {

Callers 5

buildAppFunction · 0.85
getTaskCleanupServiceFunction · 0.85
constructorMethod · 0.85
WorkspaceServiceClass · 0.85
constructorMethod · 0.85

Calls 1

getEventBusFunction · 0.85

Tested by

no test coverage detected