MCPcopy 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
46function noop(message) {
47 output(message ? { systemMessage: message } : {});
48}
49
50async function fetchJSON(path, init = {}) {
51 const controller = new AbortController();

Callers 2

mainFunction · 0.70
auto-capture.mjsFile · 0.70

Calls 1

outputFunction · 0.70

Tested by

no test coverage detected