| 32 | |
| 33 | /** Class that can be used to perform Git interactions with a given remote. **/ |
| 34 | export class GitClient { |
| 35 | /** Short-hand for accessing the default remote configuration. */ |
| 36 | readonly remoteConfig: GithubConfig; |
| 37 |
nothing calls this directly
no outgoing calls
no test coverage detected