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

Function tmpDataDir

test/proxyOutboundSync.test.js:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11const hubFetchMod = require('../src/gep/hubFetch');
12
13function tmpDataDir() {
14 return fs.mkdtempSync(path.join(os.tmpdir(), 'proxy-outbound-sync-'));
15}
16
17function readMessagesJsonl(dataDir) {
18 return fs.readFileSync(path.join(dataDir, 'messages.jsonl'), 'utf8');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected