Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
export
const
streamingManager =
new
StreamingManager()
Callers
4
start
Method · 0.95
finish
Method · 0.95
abort
Method · 0.95
reset
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected