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

Method offStatsChange

src/node/services/sessionTimingService.ts:216–218  ·  view source on GitHub ↗
(listener: (workspaceId: string) => void)

Source from the content-addressed store, hash-verified

214 }
215
216 offStatsChange(listener: (workspaceId: string) => void): void {
217 this.emitter.off("change", listener);
218 }
219
220 private emitChange(workspaceId: string): void {
221 // Only wake subscribers if anyone is listening for this workspace.

Callers 2

routerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected