Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/volcengine/OpenViking
/ writeLine
Function
writeLine
examples/codex-memory-plugin/scripts/debug-log.mjs:25–29 ·
view source on GitHub ↗
(filePath, obj)
Source
from the content-addressed store, hash-verified
23
}
24
25
function
writeLine(filePath, obj) {
26
try {
27
appendFileSync(filePath, JSON.stringify(obj) +
"\n"
);
28
} catch { /* best effort */ }
29
}
30
31
function
localISO() {
32
const
d =
new
Date();
Callers
2
log
Function · 0.70
logError
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected