MCPcopy Create free account
hub / github.com/experdot/pointer / notify

Method notify

src/renderer/src/services/streamingManager.ts:94–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 }
93
94 private notify(): void {
95 if (this.rafId !== null) {
96 cancelAnimationFrame(this.rafId)
97 this.rafId = null
98 }
99 this.listeners.forEach((l) => l())
100 }
101}
102
103export const streamingManager = new StreamingManager()

Callers 4

startMethod · 0.95
finishMethod · 0.95
abortMethod · 0.95
resetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected