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

Method isWorkspaceRegistered

src/browser/stores/WorkspaceStore.ts:2753–2755  ·  view source on GitHub ↗
(workspaceId: string)

Source from the content-addressed store, hash-verified

2751 }
2752
2753 private isWorkspaceRegistered(workspaceId: string): boolean {
2754 return this.workspaceMetadata.has(workspaceId);
2755 }
2756
2757 hasRegisteredWorkspace(workspaceId: string): boolean {
2758 return workspaceId.length > 0 && this.aggregators.has(workspaceId);

Callers 5

refreshSessionUsageMethod · 0.95
subscribeToStatsMethod · 0.95
loadOlderHistoryMethod · 0.95
runOnChatSubscriptionMethod · 0.95

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected