MCPcopy
hub / github.com/GooseMod/OpenAsar / sendState

Function sendState

src/splash/index.js:54–58  ·  view source on GitHub ↗
(status, s = {})

Source from the content-addressed store, hash-verified

52};
53
54const sendState = (status, s = {}) => {
55 try {
56 win.webContents.send('state', { status, ...s });
57 } catch { }
58};
59
60
61const launchSplash = (startMin) => {

Callers 5

launchMainFunction · 0.85
sendMethod · 0.85
initNewFunction · 0.85
initOldFunction · 0.85
failFunction · 0.85

Calls 1

sendMethod · 0.80

Tested by

no test coverage detected