Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ createTempRoot
Function
createTempRoot
tests/e2e/smoke/chart-runtime.smoke.test.js:138–140 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
136
}
137
138
function
createTempRoot() {
139
return
fs.mkdtempSync(path.join(os.tmpdir(),
'chatlab-chart-ui-smoke-'
))
140
}
141
142
function
ensureDir(dir) {
143
fs.mkdirSync(dir, { recursive: true })
Callers
1
chart-runtime.smoke.test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected