Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/GooseMod/OpenAsar
/ done
Function
done
src/updater/moduleUpdater.js:249–249 ·
view source on GitHub ↗
(e = {})
Source
from the content-addressed store, hash-verified
247
log(
'Modules'
,
'Checking'
);
248
249
const
done = (e = {}) => events.emit(
'checked'
, e);
250
251
if
(last > Date.now() - 10000)
return
done();
252
Callers
2
asarUpdate.js
File · 0.85
moduleUpdater.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected