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

Function tmpDir

test/proxyTraceIntegration.test.js:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10const { EvoMapProxy } = require('../src/proxy');
11
12function tmpDir() {
13 return fs.mkdtempSync(path.join(os.tmpdir(), 'proxy-trace-integration-'));
14}
15
16function postJson(url, token, body) {
17 return new Promise((resolve, reject) => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected