Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ Octokit } from
'octokit'
2
3
export
function
createOctokit(auth?: string) {
4
return
new
Octokit({ auth })
Callers
nothing calls this directly
Calls
1
trackGithubRequest
Function · 0.85
Tested by
no test coverage detected