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

Function createSessionDirProvider

src/node/services/additionalSystemContext.test.ts:14–18  ·  view source on GitHub ↗
(root: string)

Source from the content-addressed store, hash-verified

12} from "./additionalSystemContext";
13
14function createSessionDirProvider(root: string) {
15 return {
16 getSessionDir: (workspaceId: string) => path.join(root, workspaceId),
17 };
18}
19
20describe("additionalSystemContext", () => {
21 let tempDir: string;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected