MCPcopy Index your code
hub / github.com/volcengine/OpenViking / cfg

Function cfg

examples/codex-memory-plugin/scripts/debug-log.mjs:14–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13let _cfg;
14function cfg() {
15 if (!_cfg) _cfg = loadConfig();
16 return _cfg;
17}
18
19function ensureDir(filePath) {
20 try {

Callers 1

createLoggerFunction · 0.70

Calls 1

loadConfigFunction · 0.90

Tested by

no test coverage detected