MCPcopy 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
138function createTempRoot() {
139 return fs.mkdtempSync(path.join(os.tmpdir(), 'chatlab-chart-ui-smoke-'))
140}
141
142function ensureDir(dir) {
143 fs.mkdirSync(dir, { recursive: true })

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected