(projectPath: string)
| 580 | } |
| 581 | |
| 582 | private getProjectLayout(projectPath: string): RemoteProjectLayout { |
| 583 | return buildRemoteProjectLayout(this.config.srcBaseDir, projectPath); |
| 584 | } |
| 585 | |
| 586 | private getProjectSyncKey(projectId: string): string { |
| 587 | return [ |
no test coverage detected