MCPcopy 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

useAudioContextFunction · 0.45
#evictMethod · 0.45
deleteMethod · 0.45
connectFunction · 0.45
useEventSourceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected