Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Acode-Foundation/Acode
/ config.js
File
config.js
utils/config.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
path = require(
"node:path"
);
2
const
fs = require(
"node:fs"
);
3
const
{ promisify } = require(
"node:util"
);
4
const
exec = promisify(require(
"node:child_process"
).exec);
Callers
nothing calls this directly
Calls
6
promisify
Function · 0.85
log
Method · 0.80
exit
Method · 0.80
exec
Method · 0.65
exec
Function · 0.50
error
Method · 0.45
Tested by
no test coverage detected