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

Function tmpDataDir

test/proxyServer.test.js:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12const { buildRoutes } = require('../src/proxy/server/routes');
13
14function tmpDataDir() {
15 return fs.mkdtempSync(path.join(os.tmpdir(), 'proxy-test-'));
16}
17
18function request(url, method, body, token) {
19 return new Promise((resolve, reject) => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected