Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
54
const
sendState = (status, s = {}) => {
55
try {
56
win.webContents.send(
'state'
, { status, ...s });
57
} catch { }
58
};
59
60
61
const
launchSplash = (startMin) => {
Callers
5
launchMain
Function · 0.85
send
Method · 0.85
initNew
Function · 0.85
initOld
Function · 0.85
fail
Function · 0.85
Calls
1
send
Method · 0.80
Tested by
no test coverage detected