()
| 1802 | } |
| 1803 | |
| 1804 | function targetRepo(): string { |
| 1805 | return activeRepositoryProfile.targetRepo; |
| 1806 | } |
| 1807 | |
| 1808 | function setTargetRepo(targetRepoName: string): RepositoryProfile { |
| 1809 | activeRepositoryProfile = repositoryProfileFor(targetRepoName); |
no outgoing calls
no test coverage detected