MCPcopy Create free account
hub / github.com/EvoMap/evolver / writeEvents

Function writeEvents

test/recallVerifyReport.test.js:182–185  ·  view source on GitHub ↗
(events)

Source from the content-addressed store, hash-verified

180 });
181
182 function writeEvents(events) {
183 const file = path.join(evoDir, 'memory_graph.jsonl');
184 fs.writeFileSync(file, events.map(JSON.stringify).join('\n') + '\n', 'utf8');
185 }
186
187 function runReport(extraArgs) {
188 const args = (extraArgs || []).join(' ');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected