MCPcopy Index your code
hub / github.com/sourcebot-dev/sourcebot /

Class

packages/backend/src/ee/githubAppManager.ts:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18};
19
20export class GithubAppManager {
21 private static instance: GithubAppManager | null = null;
22 private octokitApps: Map<number, App>;
23 private installationMap: Map<string, Installation>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected