(workspaceId: string)
| 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); |
no test coverage detected