(workspacePath: string)
| 113 | } |
| 114 | |
| 115 | function getSln(workspacePath: string): string | undefined { |
| 116 | if (workspacePath.endsWith('slnWithGenerator')) { |
| 117 | return 'slnWithGenerator.sln'; |
| 118 | } |
| 119 | return undefined; |
| 120 | } |
no outgoing calls
no test coverage detected