Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
function
readJsonl(file) {
46
return
fs.readFileSync(file,
'utf8'
).trim().split(
'\n'
).map((line) => JSON.parse(line));
47
}
48
49
async
function
waitFor(fn) {
50
const
deadline = Date.now() + 1000;
Callers
1
proxyTraceIntegration.test.js
File · 0.70
Calls
1
parse
Method · 0.80
Tested by
no test coverage detected