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

Method markTaskForegroundRelevant

src/node/services/taskService.ts:1489–1491  ·  view source on GitHub ↗
(taskId: string)

Source from the content-addressed store, hash-verified

1487 }
1488
1489 private markTaskForegroundRelevant(taskId: string): void {
1490 this.userBackgroundedTaskIds.delete(taskId);
1491 }
1492
1493 private isTaskQueueBackgrounded(taskId: string): boolean {
1494 return this.userBackgroundedTaskIds.has(taskId);

Callers 8

settleWorkspaceTurnMethod · 0.95
waitForWorkspaceTurnMethod · 0.95
waitForAgentReportMethod · 0.95
resolveWaitersMethod · 0.95
rejectWaitersMethod · 0.95

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected