Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ releaseMockStreamStartGate
Method
releaseMockStreamStartGate
src/node/services/aiService.ts:816–818 ·
view source on GitHub ↗
(workspaceId: string)
Source
from the content-addressed store, hash-verified
814
}
815
816
releaseMockStreamStartGate(workspaceId: string): void {
817
this.mockAiStreamPlayer?.releaseStreamStartGate(workspaceId);
818
}
819
820
enableMockMode(): void {
821
this.mockModeEnabled = true;
Callers
6
intermediateStatus.test.ts
File · 0.80
unreadIndicator.test.ts
File · 0.80
startStreamingTurn
Function · 0.80
bottomLayoutShift.test.ts
File · 0.80
compaction.test.ts
File · 0.80
queuedMessages.starting.test.ts
File · 0.80
Calls
1
releaseStreamStartGate
Method · 0.80
Tested by
1
startStreamingTurn
Function · 0.64