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

Function makeTmpMemoryDir

test/atpAutoDeliver.test.js:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14let origSubmitDelivery;
15
16function makeTmpMemoryDir() {
17 return fs.mkdtempSync(path.join(os.tmpdir(), 'atp-autodeliver-'));
18}
19
20beforeEach(() => {
21 for (const k of envKeys) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected