MCPcopy Create free account
hub / github.com/SethGammon/Citadel / send

Function send

scripts/codex-app-server-capture.js:125–128  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

123let finishHandle = null;
124
125function send(message) {
126 clientMessages.push(message);
127 proc.stdin.write(`${JSON.stringify(message)}\n`);
128}
129
130function scheduleFinish(reason) {
131 if (finishHandle || finished) return;

Callers 2

handleMessageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected