MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / createTempDir

Function createTempDir

tests/chart-runtime/real-llm-chart-flow.e2e.test.ts:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32function createTempDir(): string {
33 return mkdtempSync(path.join(tmpdir(), 'chatlab-real-llm-chart-e2e-'))
34}
35
36function seedChatDb(db: ReturnType<typeof openBetterSqliteDatabase>): void {
37 db.exec(CHAT_DB_SCHEMA)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected