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

Method getActiveWorkflowRunCount

src/node/services/workspaceService.ts:2295–2297  ·  view source on GitHub ↗
(workspaceId: string)

Source from the content-addressed store, hash-verified

2293 }
2294
2295 private async getActiveWorkflowRunCount(workspaceId: string): Promise<number> {
2296 return (await this.getActiveWorkflowRunIds(workspaceId)).size;
2297 }
2298
2299 private async updateActiveWorkflowRunCount(event: {
2300 workspaceId: string;

Callers 2

getActivityListMethod · 0.95

Calls 1

Tested by

no test coverage detected