MCPcopy Create free account
hub / github.com/anomalyco/console / createClient

Function createClient

packages/core/src/git/github.ts:86–92  ·  view source on GitHub ↗
(installationID: number)

Source from the content-addressed store, hash-verified

84 return client.octokit;
85 }
86 function createClient(installationID: number) {
87 const app = new App({
88 appId: Resource.GithubAppID.value,
89 privateKey: Resource.GithubPrivateKey.value,
90 });
91 return app.getInstallationOctokit(installationID);
92 }
93
94 export const connect = zod(
95 Org.shape.installationID,

Callers 3

websocket.tsFile · 0.85
auth.tsFile · 0.85
useClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected