MCPcopy Index your code
hub / github.com/coder/mux / bashMonitorWakeKey

Method bashMonitorWakeKey

src/node/services/workspaceService.ts:1722–1726  ·  view source on GitHub ↗
(ownerWorkspaceId: string, wakeId: string)

Source from the content-addressed store, hash-verified

1720 }
1721
1722 private bashMonitorWakeKey(ownerWorkspaceId: string, wakeId: string): string {
1723 assert(ownerWorkspaceId.trim().length > 0, "bashMonitorWakeKey requires ownerWorkspaceId");
1724 assert(wakeId.trim().length > 0, "bashMonitorWakeKey requires wakeId");
1725 return `${ownerWorkspaceId}:${wakeId}`;
1726 }
1727
1728 private async drainBashMonitorWakes(ownerWorkspaceId: string): Promise<void> {
1729 const pending = (await this.bashMonitorWakeStore.listPending(ownerWorkspaceId)).filter(

Callers 1

drainBashMonitorWakesMethod · 0.95

Calls 1

assertFunction · 0.50

Tested by

no test coverage detected