MCPcopy 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

1const path = require("node:path");
2const fs = require("node:fs");
3const { promisify } = require("node:util");
4const exec = promisify(require("node:child_process").exec);

Callers

nothing calls this directly

Calls 6

promisifyFunction · 0.85
logMethod · 0.80
exitMethod · 0.80
execMethod · 0.65
execFunction · 0.50
errorMethod · 0.45

Tested by

no test coverage detected