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

Function tmpDataDir

test/proxyTokenReuse.test.js:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35function tmpDataDir() {
36 return fs.mkdtempSync(path.join(os.tmpdir(), 'proxy-tok-'));
37}
38
39function makeServer(port, opts = {}) {
40 const store = new MailboxStore(tmpDataDir());

Callers 1

makeServerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected