Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GooseMod/OpenAsar
/ reg
Function
reg
src/firstRun.js:5–5 ·
view source on GitHub ↗
(a, c)
Source
from the content-addressed store, hash-verified
3
4
const
Constants = require(
'./Constants'
);
5
const
reg = (a, c) => require(
'child_process'
).execFile(
'reg.exe'
, a, c);
6
const
paths = require(
'./paths'
);
7
8
const
exec = process.execPath;
Callers
1
firstRun.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected