Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nukeop/nuclear
/ close
Method
close
packages/player/src/test/mocks/eventSource.ts:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
close() {
34
this.readyState = MockEventSource.CLOSED;
35
}
36
37
simulateOpen() {
38
this.readyState = MockEventSource.OPEN;
Callers
5
useAudioContext
Function · 0.45
#evict
Method · 0.45
delete
Method · 0.45
connect
Function · 0.45
useEventSource
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected