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

Function projectMemoryRoot

src/node/services/memoryService.test.ts:71–78  ·  view source on GitHub ↗
(fixture: MemoryFixture)

Source from the content-addressed store, hash-verified

69}
70
71function projectMemoryRoot(fixture: MemoryFixture): string {
72 return path.join(
73 fixture.muxHome,
74 "memory",
75 "project",
76 projectMemoryDirName(FIXTURE_PROJECT_PATH)
77 );
78}
79
80describe("MemoryService", () => {
81 describe("create + view round-trip", () => {

Callers 1

Calls 1

projectMemoryDirNameFunction · 0.90

Tested by

no test coverage detected