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

Function readJsonl

test/proxyTraceIntegration.test.js:45–47  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

43}
44
45function readJsonl(file) {
46 return fs.readFileSync(file, 'utf8').trim().split('\n').map((line) => JSON.parse(line));
47}
48
49async function waitFor(fn) {
50 const deadline = Date.now() + 1000;

Callers 1

Calls 1

parseMethod · 0.80

Tested by

no test coverage detected