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

Method getFilePath

src/node/services/workspaceGoalService.ts:595–597  ·  view source on GitHub ↗
(workspaceId: string)

Source from the content-addressed store, hash-verified

593 }
594
595 private getFilePath(workspaceId: string): string {
596 return this.resolveSessionFilePath(workspaceId, GOAL_FILE);
597 }
598
599 private getHistoryFilePath(workspaceId: string): string {
600 return this.resolveSessionFilePath(workspaceId, GOAL_HISTORY_FILE);

Callers 4

writeGoalMethod · 0.95
readGoalFileMethod · 0.95
clearGoalMethod · 0.95
archiveGoalMethod · 0.95

Calls 1

Tested by

no test coverage detected