MCPcopy Create free account
hub / github.com/lightdash/lightdash / getGithubApp

Function getGithubApp

packages/backend/src/clients/github/Github.ts:38–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 : undefined;
37
38export const getGithubApp = () => {
39 if (githubApp === undefined)
40 throw new Error('Github integration not configured');
41 return githubApp;
42};
43
44/** Build the GitHub OAuth authorize URL for linking a user's personal GitHub
45 * account (user-to-server token). Uses the same GitHub App OAuth client as the

Callers 4

installCallbackMethod · 0.90
linkUserCallbackMethod · 0.90
unlinkUserMethod · 0.90
getOrRefreshTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected