MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / artifactsRoot

Function artifactsRoot

src/artifacts/store.ts:123–125  ·  view source on GitHub ↗
(cwd: string)

Source from the content-addressed store, hash-verified

121// ── path helpers ──────────────────────────────────────────────────────────────
122
123export function artifactsRoot(cwd: string): string {
124 return path.join(cwd, '.qodex', 'artifacts');
125}
126function artifactDir(cwd: string, id: string): string {
127 return path.join(artifactsRoot(cwd), id);
128}

Callers 3

artifactDirFunction · 0.85
listArtifactsFunction · 0.85
createLiveServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected