MCPcopy
hub / github.com/coder/mux / setWorkspaceGoalService

Method setWorkspaceGoalService

src/node/services/workspaceService.ts:1931–1933  ·  view source on GitHub ↗
(service: WorkspaceGoalService)

Source from the content-addressed store, hash-verified

1929 }
1930
1931 setWorkspaceGoalService(service: WorkspaceGoalService): void {
1932 this.workspaceGoalService = service;
1933 }
1934
1935 /**
1936 * Set the terminal service for cleanup on workspace removal.

Callers 4

createServicesFunction · 0.95
createCoreServicesFunction · 0.95
setGoalFunction · 0.80

Calls

no outgoing calls

Tested by 2

createServicesFunction · 0.76
setGoalFunction · 0.64