↓ 2 callersFunctionpostComment(
owner: string,
repo: string,
prNumber: number,
comment: string,
octokit: Octokit,
)
services/pr-processor/src/index.ts:127
↓ 1 callersFunctionfetchAllFiles(
octokit: Octokit,
owner: string,
repo: string,
path: string,
allFiles: FileContent[],
services/repo-indexer/src/lib/github.ts:91
↓ 1 callersFunctionpostInlineComment(
owner: string,
repo: string,
prNumber: number,
commitSha: string,
issue: ReviewIssue,
services/pr-processor/src/index.ts:144
↓ 1 callersFunctionuseReviewEvents({
reviewId,
onEvent,
onError,
onConnect,
fetchSavedEvents = false,
}: UseReviewEventsOpti
apps/web/lib/use-review-events.ts:29