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

Method emitWorkspaceEvent

src/node/services/devToolsService.ts:372–374  ·  view source on GitHub ↗
(workspaceId: string, event: DevToolsEvent)

Source from the content-addressed store, hash-verified

370 }
371
372 private emitWorkspaceEvent(workspaceId: string, event: DevToolsEvent): void {
373 this.emit(`update:${workspaceId}`, event);
374 }
375
376 private getSessionFilePath(workspaceId: string): string {
377 return path.join(this.config.getSessionDir(workspaceId), "devtools.jsonl");

Callers 4

createRunMethod · 0.95
createStepMethod · 0.95
updateStepMethod · 0.95
clearMethod · 0.95

Calls 1

emitMethod · 0.65

Tested by

no test coverage detected