| 21 | * used to intercept and except Github API requests for release actions. |
| 22 | */ |
| 23 | export class GithubTestingRepo { |
| 24 | /** Github API endpoint. */ |
| 25 | private apiEndpoint = `https://api.github.com`; |
| 26 |
nothing calls this directly
no outgoing calls
no test coverage detected