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

Method getActiveWorkspaceIds

src/node/utils/eventStore.ts:167–169  ·  view source on GitHub ↗

* Get all workspace IDs with in-memory state. * Useful for debugging or cleanup.

()

Source from the content-addressed store, hash-verified

165 * Useful for debugging or cleanup.
166 */
167 getActiveWorkspaceIds(): string[] {
168 return Array.from(this.stateMap.keys());
169 }
170}
171
172/**

Callers 1

eventStore.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected