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

Method getAggregator

src/browser/stores/WorkspaceStore.ts:2221–2223  ·  view source on GitHub ↗

* Get aggregator for a workspace (used by components that need direct access). * Returns undefined if workspace does not exist.

(workspaceId: string)

Source from the content-addressed store, hash-verified

2219 * Returns undefined if workspace does not exist.
2220 */
2221 getAggregator(workspaceId: string): StreamingMessageAggregator | undefined {
2222 return this.aggregators.get(workspaceId);
2223 }
2224
2225 /**
2226 * Clear stored abort reason so manual retries can re-enable auto-retry.

Callers 8

ProjectSidebarInnerFunction · 0.80
useWorkspaceAggregatorFunction · 0.80
showAllMessagesFunction · 0.80
addEphemeralMessageFunction · 0.80
removeEphemeralMessageFunction · 0.80
seedPinnedTodosFunction · 0.80
seedAgentStatusFunction · 0.80

Calls 1

getMethod · 0.65

Tested by 1

seedPinnedTodosFunction · 0.64