MCPcopy
hub / github.com/openai/codex-plugin-cc / logNote

Function logNote

plugins/codex/scripts/stop-review-gate-hook.mjs:33–38  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

31}
32
33function logNote(message) {
34 if (!message) {
35 return;
36 }
37 process.stderr.write(`${message}\n`);
38}
39
40function filterJobsForCurrentSession(jobs, input = {}) {
41 const sessionId = input.session_id || process.env[SESSION_ID_ENV] || null;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected