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

Function getLegacyPlanFilePath

src/common/utils/planStorage.ts:40–42  ·  view source on GitHub ↗
(workspaceId: string)

Source from the content-addressed store, hash-verified

38 * @param workspaceId - Stable workspace identifier (e.g., "a1b2c3d4e5")
39 */
40export function getLegacyPlanFilePath(workspaceId: string): string {
41 return `${DEFAULT_MUX_HOME}/plans/${workspaceId}.md`;
42}

Callers 10

helpers.test.tsFile · 0.90
readPlanFileFunction · 0.90
hasNonEmptyPlanFileFunction · 0.90
copyPlanFileFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected