MCPcopy Create free account
hub / github.com/MatteoGabriele/agentscan / github-client.ts

File github-client.ts

server/utils/github-client.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Octokit } from 'octokit'
2
3export function createOctokit(auth?: string) {
4 return new Octokit({ auth })

Callers

nothing calls this directly

Calls 1

trackGithubRequestFunction · 0.85

Tested by

no test coverage detected