Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/volcengine/OpenViking
/ noop
Function
noop
examples/codex-memory-plugin/scripts/auto-capture.mjs:46–48 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
44
}
45
46
function
noop(message) {
47
output(message ? { systemMessage: message } : {});
48
}
49
50
async
function
fetchJSON(path, init = {}) {
51
const
controller =
new
AbortController();
Callers
2
main
Function · 0.70
auto-capture.mjs
File · 0.70
Calls
1
output
Function · 0.70
Tested by
no test coverage detected