| 29 | * authenticated Git client instances. |
| 30 | */ |
| 31 | export class AuthenticatedGitClient extends GitClient { |
| 32 | /** |
| 33 | * Regular expression that matches the provided Github token. Used for |
| 34 | * sanitizing the token from Git child process output. |
nothing calls this directly
no outgoing calls
no test coverage detected