Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
const
CITADEL_ROOT = path.resolve(__dirname,
'..'
);
29
30
function
tmpRoot() {
31
return
fs.mkdtempSync(path.join(os.tmpdir(),
'citadel-loops-'
));
32
}
33
34
{
35
const
contract = createLoopContract({
Callers
1
test-loops.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected