MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / fireEvent

Function fireEvent

out/cli.cjs:63057–63060  ·  view source on GitHub ↗
(e3, target, eventConstructor = Event, eventInitDict)

Source from the content-addressed store, hash-verified

63055 return ws[kReadyState] === states.OPEN;
63056 }
63057 function isClosing(ws) {
63058 return ws[kReadyState] === states.CLOSING;
63059 }
63060 function isClosed(ws) {
63061 return ws[kReadyState] === states.CLOSED;
63062 }
63063 function fireEvent(e3, target, eventConstructor = Event, eventInitDict) {

Callers 4

websocketMessageReceivedFunction · 0.85
failWebsocketConnectionFunction · 0.85
onSocketCloseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…