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

Function makeTmpMemoryDir

test/atpAutoBuyer.test.js:20–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18let origPlaceOrder;
19
20function makeTmpMemoryDir() {
21 const d = fs.mkdtempSync(path.join(os.tmpdir(), 'atp-autobuy-'));
22 return d;
23}
24
25beforeEach(() => {
26 for (const k of envKeys) { savedEnv[k] = process.env[k]; delete process.env[k]; }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected