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