MCPcopy
hub / github.com/coder/mux / getFilePath

Method getFilePath

src/node/utils/sessionFile.ts:38–40  ·  view source on GitHub ↗
(workspaceId: string)

Source from the content-addressed store, hash-verified

36 }
37
38 private getFilePath(workspaceId: string): string {
39 return path.join(this.config.getSessionDir(workspaceId), this.fileName);
40 }
41
42 /**
43 * Read JSON file from workspace session directory.

Callers 3

readMethod · 0.95
writeMethod · 0.95
deleteMethod · 0.95

Calls 1

getSessionDirMethod · 0.65

Tested by

no test coverage detected