MCPcopy Create free account
hub / github.com/CodeFox-Repo/codefox / getFrontendRootDir

Function getFrontendRootDir

frontend/src/config/common-path.ts:21–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20// Step 1: Frontend Root Directory
21export const getFrontendRootDir = (): string => ensureDir(FRONTEND_ROOT_DIR);
22
23// Step 2: Cache Directory
24export const getCacheDir = (): string => ensureDir(CLIENT_CACHE_DIR);

Callers

nothing calls this directly

Calls 1

ensureDirFunction · 0.70

Tested by

no test coverage detected