↓ 3 callersFunctionuploadImage(
owner: string,
repo: string,
file: File,
type: "issue" | "pull" = "issue",
branch?: string,
)
apps/web/src/app/(app)/repos/[owner]/[repo]/issues/actions.ts:583
↓ 2 callersFunctioncommitFileEdit(
owner: string,
repo: string,
path: string,
branch: string,
content: string,
sha: string,
commitMessag
apps/web/src/app/(app)/repos/[owner]/[repo]/blob/blob-actions.ts:8
↓ 2 callersFunctionfetchFileContentFromGitHub(
octokit: Octokit,
owner: string,
repo: string,
path: string,
ref?: string,
)
apps/web/src/lib/github.ts:580
↓ 2 callersFunctionfetchOrgReposFromGitHub(
octokit: Octokit,
org: string,
sort: OrgRepoSort,
type: OrgRepoType,
perPage: number,
)
apps/web/src/lib/github.ts:637
↓ 2 callersFunctionfetchRepoContentsFromGitHub(
octokit: Octokit,
owner: string,
repo: string,
path: string,
ref?: string,
)
apps/web/src/lib/github.ts:513