Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/GooseMod/OpenAsar
/ moduleUpdater.js
File
moduleUpdater.js
src/updater/moduleUpdater.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ join } = require(
'path'
);
2
const
fs = require(
'fs'
);
3
const
Module = require(
'module'
);
4
const
{ execFile } = require(
'child_process'
);
Callers
nothing calls this directly
Calls
10
resetTracking
Function · 0.85
mkdir
Function · 0.85
done
Function · 0.85
checkModules
Function · 0.85
commitManifest
Function · 0.85
downloadModule
Function · 0.85
get
Method · 0.80
setFeedURL
Method · 0.80
checkForUpdates
Method · 0.80
quitAndInstall
Method · 0.80
Tested by
no test coverage detected