MCPcopy
hub / github.com/opactorai/Claudable / envFilePath

Function envFilePath

lib/services/env.ts:39–42  ·  view source on GitHub ↗
(project: Project)

Source from the content-addressed store, hash-verified

37}
38
39function envFilePath(project: Project): string {
40 const repoRoot = resolveRepoRoot(project);
41 return path.join(repoRoot, '.env');
42}
43
44async function ensureProject(projectId: string): Promise<Project> {
45 const project = await getProjectById(projectId);

Callers 3

syncDbToEnvFileFunction · 0.85
syncEnvFileToDbFunction · 0.85
detectEnvConflictsFunction · 0.85

Calls 1

resolveRepoRootFunction · 0.70

Tested by

no test coverage detected