Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buxuku/ai-code-reviewer
/ functions
Functions
13 in github.com/buxuku/ai-code-reviewer
⨍
Functions
13
◇
Types & classes
7
↓ 1 callers
Method
addReviewComment
(lineObj: object, change: Record<string, any>, suggestion: string)
src/gitlab.ts:92
↓ 1 callers
Function
delay
(time: number)
src/utils.ts:30
↓ 1 callers
Function
getDiffBlocks
(diff: string)
src/utils.ts:34
↓ 1 callers
Function
getLineObj
(matches: RegExpMatchArray, item: string)
src/utils.ts:40
↓ 1 callers
Method
getMergeRequestChanges
()
src/gitlab.ts:78
↓ 1 callers
Method
getMergeRequestInfo
()
src/gitlab.ts:73
↓ 1 callers
Method
init
()
src/gitlab.ts:69
↓ 1 callers
Function
parseLastDiff
(gitDiff: string)
src/gitlab.ts:20
↓ 1 callers
Method
reviewCodeChange
(change: string)
src/openai.ts:29
↓ 1 callers
Function
run
()
src/index.ts:18
Method
constructor
(private apiUrl: string, private accessToken: string, private orgId?: string)
src/openai.ts:15
Method
constructor
({gitlabApiUrl, gitlabAccessToken, projectId, mergeRequestId}: IGitLabConfig)
src/gitlab.ts:57
Method
getFileContent
(filePath: string)
src/gitlab.ts:87