MCPcopy Create free account
hub / github.com/SethGammon/Citadel / tmpRoot

Function tmpRoot

scripts/test-loops.js:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28const CITADEL_ROOT = path.resolve(__dirname, '..');
29
30function tmpRoot() {
31 return fs.mkdtempSync(path.join(os.tmpdir(), 'citadel-loops-'));
32}
33
34{
35 const contract = createLoopContract({

Callers 1

test-loops.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected