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

Function writeJsonl

scripts/test-telemetry-core.js:29–32  ·  view source on GitHub ↗
(file, lines)

Source from the content-addressed store, hash-verified

27}
28
29function writeJsonl(file, lines) {
30 fs.mkdirSync(path.dirname(file), { recursive: true });
31 fs.writeFileSync(file, lines.join('\n') + '\n');
32}
33
34withTempProject((projectRoot) => {
35 const first = logAgentRunEvent({

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected