(layout: RemoteProjectLayout, workspaceName: string)
| 64 | } |
| 65 | |
| 66 | export function getRemoteWorkspacePath(layout: RemoteProjectLayout, workspaceName: string): string { |
| 67 | return path.posix.join(layout.projectRoot, workspaceName); |
| 68 | } |
no outgoing calls
no test coverage detected