MCPcopy Create free account

hub / github.com/alibaba/open-code-review / functions

Functions2,775 in github.com/alibaba/open-code-review

↓ 1 callersFunctionbuildFlatDocList
()
pages/src/pages/DocsPage.tsx:128
↓ 1 callersFunctionbuildMessageXML
(msgs []llm.Message)
internal/agent/util.go:56
↓ 1 callersFunctionbuildOfficialSaveEntries
( providerName: string, model: string, apiKey: string, apiKeyChanged: boolean, )
extensions/vscode/src/shared/configUtils.ts:94
↓ 1 callersMethodbuildOpenAIParams
buildOpenAIParams converts the shared ChatRequest into OpenAI SDK parameters.
internal/llm/client.go:436
↓ 1 callersFunctionbuildPreReviewSummaryBody
(totalCount, summaryComments, warnings)
scripts/github-actions/post-review-comments.js:1085
↓ 1 callersFunctionbuildReviewArgs
(input: ReviewInput)
plugins/open-code-review/opencode/open-code-review.ts:63
↓ 1 callersFunctionbuildSummaryBody
({ total, inline, summary, skipped, failed, warnings })
scripts/github-actions/post-review-comments.js:1060
↓ 1 callersFunctionbuildToolInputSchema
(params map[string]any)
internal/llm/client.go:762
↓ 1 callersFunctionbuildUrl
(pattern, vars)
scripts/install.js:83
↓ 1 callersFunctionbuild_endpoint
Join base URL (context path kept, trailing slash tolerated) and route.
examples/gerrit_ci/post_review.py:188
↓ 1 callersFunctionbuild_review_input
Map `ocr review --format json` output to one Gerrit ReviewInput dict.
examples/gerrit_ci/post_review.py:94
↓ 1 callersFunctioncaptureStderr
(t *testing.T, fn func())
internal/telemetry/events_test.go:46
↓ 1 callersMethodclear
()
extensions/vscode/src/extension/providers/lineOffset.ts:17
↓ 1 callersFunctioncodeCommentResponse
(path string)
internal/agent/agent_test.go:56
↓ 1 callersMethodcompletionsStreaming
(ctx context.Context, params openai.ChatCompletionNewParams, opts ...openaiopt.RequestOption)
internal/llm/client.go:363
↓ 1 callersFunctioncomputeActiveZoneSize
computeActiveZoneSize returns how many trailing rounds fit within the remaining token budget after accounting for the frozen zone and the compressed s
internal/llmloop/compression.go:98
↓ 1 callersFunctioncomputeChecksum
(filePath)
scripts/install.js:142
↓ 1 callersMethodcomputeMergeBase
---- Internal helpers ----
internal/diff/git.go:259
↓ 1 callersFunctionconfigureProcessGroup
(cmd *exec.Cmd)
cmd/opencodereview/procattr_unix.go:10
↓ 1 callersMethodconfirmDeleteModel
()
cmd/opencodereview/provider_tui.go:2794
↓ 1 callersMethodconfirmDeleteOfficialModel
()
cmd/opencodereview/provider_tui.go:1522
↓ 1 callersMethodconfirmDeleteOfficialModel
()
cmd/opencodereview/provider_tui.go:2839
↓ 1 callersFunctioncopyMessages
copyMessages returns a deep copy of a messages slice so that future mutations don't corrupt stored records.
internal/session/history.go:245
↓ 1 callersFunctioncopyMessages
(msgs []llm.Message)
internal/agent/util.go:71
↓ 1 callersFunctioncopyMessagesForJSON
copyMessagesForJSON produces a JSON-friendly slice for persistence.
internal/session/history.go:259
↓ 1 callersFunctioncountMessagesTokens
(msgs []llm.Message)
internal/agent/util.go:84
↓ 1 callersFunctioncountTokensWithEncoding
(text string, encName string)
internal/llm/client.go:261
↓ 1 callersMethodcreateGitFileUri
(relPath: string, ref: string)
extensions/vscode/src/extension/services/GitService.ts:484
↓ 1 callersFunctiondecodeFragment
(fragment: string)
pages/src/pages/DocsPage.tsx:16
↓ 1 callersMethoddeleteCustomProvider
(name: string)
extensions/vscode/src/extension/services/ConfigService.ts:56
↓ 1 callersFunctionderive_base_url
Derive the Gerrit base URL from a change URL. Modern URLs ({base}/c/{project}/+/{number}) split at "/c/", which keeps any context path; legac
examples/gerrit_ci/post_review.py:197
↓ 1 callersFunctiondescribeFiles
(s session.Summary)
cmd/opencodereview/session_cmd.go:221
↓ 1 callersFunctiondescribeHeading
(h)
scripts/github-actions/check-translation-sync.js:112
↓ 1 callersFunctiondetectBrowserLanguage
()
pages/src/i18n/context.tsx:21
↓ 1 callersFunctiondetectGitBranch
detectGitBranch returns the current git branch name for the given repo, or empty string on failure.
internal/agent/util.go:103
↓ 1 callersFunctiondetectInitialTab
(config: OcrConfig | null)
extensions/vscode/src/shared/configUtils.ts:18
↓ 1 callersFunctiondetectPlatform
()
scripts/install.js:27
↓ 1 callersMethoddispatchBatch
dispatchBatch fans out the files of a single batch concurrently and blocks until they all finish (or ctx is cancelled). Returns the number of files di
internal/scan/agent.go:458
↓ 1 callersFunctiondownloadBinary
(url, destPath)
scripts/install.js:124
↓ 1 callersFunctiondownloadText
(url)
scripts/install.js:114
↓ 1 callersMethodemptySideUri
空侧占位(等同 /dev/null),用于新增/删除文件的单侧 diff。
extensions/vscode/src/extension/services/GitService.ts:344
↓ 1 callersFunctionensureResponsesEndpoint
ensureResponsesEndpoint normalizes cfg.URL to end with /responses. The trailing /responses is kept on cfg.URL (so tests and logs see the full endpoint
internal/llm/responses_client.go:64
↓ 1 callersFunctionensureSummaryAnchor
({ github, owner, repo, prNumber, body, sticky, tag, log })
scripts/github-actions/post-review-comments.js:537
↓ 1 callersFunctionenvToCliStatus
(env: EnvCheckResult)
extensions/vscode/src/webview/configStore.ts:45
↓ 1 callersFunctionerror
(msg)
scripts/install.js:23
↓ 1 callersFunctionescapeAttr
(s: string)
pages/src/components/MarkdownRenderer.tsx:84
↓ 1 callersFunctionexactNTokens
exactNTokens builds a string that llm.CountTokens reports as exactly n tokens, failing loudly if the tokenizer disagrees so fixture drift cannot silen
internal/scan/agent_test.go:258
↓ 1 callersFunctionexactNTokens
exactNTokens builds a string that llm.CountTokens reports as exactly n tokens, failing loudly if the tokenizer disagrees so fixture drift cannot silen
internal/agent/agent_test.go:402
↓ 1 callersFunctionexecGit
(args: string[])
extensions/vscode/src/extension/services/__tests__/gitMap.test.ts:212
↓ 1 callersFunctionextractHeadings
(markdown: string)
pages/src/pages/DocsPage.tsx:102
↓ 1 callersFunctionextractHeadings
(markdown: string)
pages/src/pages/BlogPage.tsx:25
↓ 1 callersFunctionfailForOutputLimit
(error: Error)
plugins/open-code-review/opencode/open-code-review.ts:159
↓ 1 callersFunctionfallbackCopy
(text: string)
pages/src/components/QuickStartSection.tsx:84
↓ 1 callersFunctionfallbackCopy
(text: string)
pages/src/components/MarkdownRenderer.tsx:62
↓ 1 callersFunctionfallbackCopy
(text: string)
pages/src/components/HeroSection.tsx:132
↓ 1 callersFunctionfetchLatestVersion
(pkg)
scripts/update.js:72
↓ 1 callersFunctionfileReadToolCallResponse
(callID, args string)
internal/llmloop/loop_test.go:54
↓ 1 callersMethodfilterDiffs
filterDiffs removes diffs whose file paths are excluded.
internal/diff/git.go:242
↓ 1 callersFunctionfinalizeDiff
finalizeDiff reads the new file content. When ref is non-empty it uses git show to read the file at that ref; otherwise it reads from disk.
internal/diff/parser.go:112
↓ 1 callersFunctionfinalizeSummary
({ github, owner, repo, prNumber, anchor, body, sticky, tag, log })
scripts/github-actions/post-review-comments.js:561
↓ 1 callersMethodfindDiff
findDiff returns the Diff for the given file path, or nil if not found.
internal/agent/agent.go:961
↓ 1 callersMethodfindEditorForUri
( uri: vscode.Uri, side?: MountableCommentAnchor['side'], )
extensions/vscode/src/extension/providers/CommentProvider.ts:271
↓ 1 callersFunctionfindExistingBatchReview
({ github, owner, repo, prNumber, tag, log })
scripts/github-actions/post-review-comments.js:937
↓ 1 callersFunctionfindExistingSummaryComment
({ github, owner, repo, prNumber, log })
scripts/github-actions/post-review-comments.js:494
↓ 1 callersFunctionfirstDiffIndex
(a, b)
scripts/github-actions/check-translation-sync.js:106
↓ 1 callersFunctionflush
()
examples/gitflic_ci/post_review.py:126
↓ 1 callersMethodflushAndClose
()
internal/session/persist.go:342
↓ 1 callersFunctionfold_comments
Rebuild a ReviewInput with all inline comments folded into the summary. Used when Gerrit rejects the batch (HTTP 400, e.g. a line outside the
examples/gerrit_ci/post_review.py:153
↓ 1 callersFunctionformatComment
(comment, id)
scripts/github-actions/post-review-comments.js:1017
↓ 1 callersFunctionformatDuration
(seconds float64)
internal/viewer/server.go:214
↓ 1 callersFunctionformatLocateNote
(originalLine: number, resolvedLine: number)
extensions/vscode/src/extension/providers/commentAnchor.ts:192
↓ 1 callersFunctionformatModels
(entry: ProviderEntry)
extensions/vscode/src/webview/components/CustomProviderManager.tsx:13
↓ 1 callersFunctionformatNumber
(n int)
internal/viewer/server.go:169
↓ 1 callersFunctionformatRelative
(date?: Date)
extensions/vscode/src/extension/services/GitService.ts:501
↓ 1 callersFunctionformatReviewResult
(result: RunResult, preview: boolean)
plugins/open-code-review/opencode/open-code-review.ts:237
↓ 1 callersFunctionformatWarningEntry
(w)
scripts/github-actions/post-review-comments.js:1124
↓ 1 callersFunctionformat_comment
Render one inline comment body (same shape as gitflic's format_comment). The Severity/Category header line exists because Gerrit's CommentInput h
examples/gerrit_ci/post_review.py:66
↓ 1 callersFunctionformat_comment
Render an inline discussion body.
examples/gitflic_ci/post_review.py:218
↓ 1 callersFunctionformat_comment_fallback
Render a comment for the fallback (non-inline) note.
examples/gitflic_ci/post_review.py:228
↓ 1 callersFunctiongetAllTags
(language: string)
pages/src/content/blog/index.ts:95
↓ 1 callersFunctiongetAuthenticatedLogin
(github, log)
scripts/github-actions/post-review-comments.js:598
↓ 1 callersFunctiongetBlogContent
(slug: BlogSlug, language: string)
pages/src/content/blog/index.ts:80
↓ 1 callersFunctiongetDocContent
(slug: DocSlug, language: string)
pages/src/content/docs/index.ts:163
↓ 1 callersFunctiongetHeader
(headers, name)
scripts/github-actions/post-review-comments.js:741
↓ 1 callersFunctiongetInstalledVersion
(binPath)
scripts/update.js:59
↓ 1 callersMethodgetOrLoad
(encName string)
internal/llm/client.go:237
↓ 1 callersFunctiongetPlatformPackageName
()
scripts/platform.js:18
↓ 1 callersFunctiongetPrimaryLabel
()
extensions/vscode/src/webview/views/IdleView.tsx:30
↓ 1 callersMethodgetReviewFileStatus
(path: string)
extensions/vscode/src/extension/services/GitService.ts:412
↓ 1 callersMethodgetState
(mode: ReviewMode)
extensions/vscode/src/extension/services/GitService.ts:67
↓ 1 callersFunctiongetValidSlugs
(language: string)
pages/src/pages/BlogPage.tsx:50
↓ 1 callersMethodgitLs
(ctx context.Context, args ...string)
internal/scan/provider.go:242
↓ 1 callersMethodhandle
(msg: WebviewToHost)
extensions/vscode/src/extension/providers/ConfigPanelProvider.ts:67
↓ 1 callersMethodhandle
(msg: WebviewToHost)
extensions/vscode/src/extension/providers/SidebarProvider.ts:57
↓ 1 callersMethodhandleCustomFormEnter
()
cmd/opencodereview/provider_tui.go:1048
↓ 1 callersMethodhandleDown
()
cmd/opencodereview/provider_tui.go:1769
↓ 1 callersMethodhandleEnter
()
cmd/opencodereview/provider_tui.go:1684
↓ 1 callersMethodhandleManualFormEnter
()
cmd/opencodereview/provider_tui.go:1589
↓ 1 callersMethodhandleMessage
(msg: WebviewToHost)
extensions/vscode/src/extension/providers/ConfigPanelProvider.ts:76
↓ 1 callersFunctionhandleResize
()
pages/src/components/ColorBends.tsx:212
← previousnext →801–900 of 2,775, ranked by callers