MCPcopy Create free account
hub / github.com/6174/comflowyspace / getAppTmpDir

Function getAppTmpDir

apps/node/src/modules/utils/get-appdata-dir.ts:13–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11}
12
13export function getAppTmpDir() {
14 const tmpDir = path.join(getAppDataDir(), 'tmp');
15 fsExtra.ensureDirSync(tmpDir)
16 return tmpDir;
17}
18
19export const DEFAULT_COMFYUI_PATH = path.join(getAppDataDir(), 'ComfyUI');
20export function getComfyUIDir(): string {

Callers 5

env.tsFile · 0.90
bootstrap.tsFile · 0.90
verify-torch.tsFile · 0.90
downloadDefaultModelFunction · 0.90

Calls 1

getAppDataDirFunction · 0.70

Tested by

no test coverage detected