| 18 | }; |
| 19 | |
| 20 | export class GithubAppManager { |
| 21 | private static instance: GithubAppManager | null = null; |
| 22 | private octokitApps: Map<number, App>; |
| 23 | private installationMap: Map<string, Installation>; |
nothing calls this directly
no outgoing calls
no test coverage detected