Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
13
let
_cfg;
14
function
cfg() {
15
if
(!_cfg) _cfg = loadConfig();
16
return
_cfg;
17
}
18
19
function
ensureDir(filePath) {
20
try {
Callers
1
createLogger
Function · 0.70
Calls
1
loadConfig
Function · 0.90
Tested by
no test coverage detected