Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
function
tmpDataDir() {
36
return
fs.mkdtempSync(path.join(os.tmpdir(),
'proxy-tok-'
));
37
}
38
39
function
makeServer(port, opts = {}) {
40
const
store =
new
MailboxStore(tmpDataDir());
Callers
1
makeServer
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected