(relativePath: string)
| 211 | } |
| 212 | |
| 213 | completeUrl(relativePath: string): string { |
| 214 | return this._root.completeUrl(relativePath); |
| 215 | } |
| 216 | |
| 217 | workspacePath(relative: string): string { |
| 218 | return this._root.workspacePath(relative); |
no outgoing calls
no test coverage detected