MCPcopy Index your code
hub / github.com/coder/mux / projectMemoryPath

Function projectMemoryPath

src/node/services/tools/memory.test.ts:34–42  ·  view source on GitHub ↗
(muxHome: string, relPath: string)

Source from the content-addressed store, hash-verified

32const FIXTURE_PROJECT_PATH = "/stable/project-id";
33
34function projectMemoryPath(muxHome: string, relPath: string): string {
35 return path.join(
36 muxHome,
37 "memory",
38 "project",
39 projectMemoryDirName(FIXTURE_PROJECT_PATH),
40 relPath
41 );
42}
43
44async function createFixture(options?: {
45 memoryAccess?: MemoryScopeAccess;

Callers 1

memory.test.tsFile · 0.85

Calls 1

projectMemoryDirNameFunction · 0.90

Tested by

no test coverage detected