MCPcopy 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
17function readMessagesJsonl(dataDir) {
18 return fs.readFileSync(path.join(dataDir, 'messages.jsonl'), 'utf8');
19}
20
21function jsonResponse(body, status = 200) {
22 return {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected