Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EvoMap/evolver
/ readMessagesJsonl
Function
readMessagesJsonl
test/proxyOutboundSync.test.js:17–19 ·
view source on GitHub ↗
(dataDir)
Source
from the content-addressed store, hash-verified
15
}
16
17
function
readMessagesJsonl(dataDir) {
18
return
fs.readFileSync(path.join(dataDir,
'messages.jsonl'
),
'utf8'
);
19
}
20
21
function
jsonResponse(body, status = 200) {
22
return
{
Callers
1
proxyOutboundSync.test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected