MCPcopy Create free account

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

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

↓ 1 callersMethodpushConfig
(config: ReturnType<ConfigService['read']>)
extensions/vscode/src/extension/providers/SidebarProvider.ts:32
↓ 1 callersMethodreadFileAtRef
(ref: string, relPath: string)
extensions/vscode/src/extension/services/GitService.ts:416
↓ 1 callersMethodreadFromDisk
(path string)
internal/tool/filereader.go:79
↓ 1 callersMethodreadFromGitShow
(parentCtx context.Context, path string)
internal/tool/filereader.go:115
↓ 1 callersMethodreadLinesFromDisk
(path string, startLine, maxLines int)
internal/tool/filereader.go:190
↓ 1 callersMethodreadLinesFromGitShow
(ctx context.Context, path string, startLine, maxLines int)
internal/tool/filereader.go:204
↓ 1 callersFunctionreadWithPacing
(tag, fn, log)
scripts/github-actions/post-review-comments.js:881
↓ 1 callersMethodreadWorkspaceFile
(relPath: string)
extensions/vscode/src/extension/services/GitService.ts:426
↓ 1 callersFunctionread_error_body
(e)
examples/gerrit_ci/post_review.py:309
↓ 1 callersMethodrecordSessionModelPick
(model string)
cmd/opencodereview/provider_tui.go:551
↓ 1 callersFunctionrecordToItem
(rec summaryRecord)
internal/session/list.go:247
↓ 1 callersFunctionreducer
(state: AppState, msg: HostToWebview | LocalAction)
extensions/vscode/src/webview/store.ts:44
↓ 1 callersMethodrefreshBranches
(repo: any)
extensions/vscode/src/extension/services/GitService.ts:180
↓ 1 callersMethodrefreshModelSelectionAfterAdd
(name string)
cmd/opencodereview/provider_tui.go:2612
↓ 1 callersMethodrefreshModelSelectionForCustom
refreshModelSelectionForCustom moves the cursor to "Enter custom model name..." after the user adds models via the input field.
cmd/opencodereview/provider_tui.go:894
↓ 1 callersMethodrefreshRecentCommits
(repo: any)
extensions/vscode/src/extension/services/GitService.ts:189
↓ 1 callersFunctionreg
(id: string, fn: (...args: any[]) => any)
extensions/vscode/src/extension/commands.ts:10
↓ 1 callersFunctionregisterCommands
( comments: CommentProvider, openConfig: () => void, )
extensions/vscode/src/extension/commands.ts:5
↓ 1 callersFunctionreleaseLock
()
scripts/update.js:53
↓ 1 callersFunctionremoveHint
()
scripts/update.js:133
↓ 1 callersMethodresolveBatchStrategy
resolveBatchStrategy reads the strategy from the scan template, defaulting to BatchNone for unrecognized / empty values.
internal/scan/agent.go:443
↓ 1 callersFunctionresolveCommentAnchor
( comment: ReviewComment, ctx: ReviewContext, deps: CommentAnchorDeps, )
extensions/vscode/src/extension/providers/commentAnchor.ts:123
↓ 1 callersMethodresolveDetail
(path string)
internal/config/rules/system_rules.go:140
↓ 1 callersFunctionresolveOptionalConversation
(m *manifestConversation, name string)
internal/config/template/template.go:88
↓ 1 callersFunctionresolvePanelState
(config: OcrConfig | null, panelFocus?: ConfigPanelFocus | null)
extensions/vscode/src/webview/views/ConfigView.tsx:38
↓ 1 callersFunctionresolveStepState
( active: boolean, checking: boolean, ok: boolean | undefined, )
extensions/vscode/src/webview/components/EnvSetupGuide.tsx:29
↓ 1 callersFunctionresolveVersion
(pkg)
scripts/install.js:71
↓ 1 callersMethodresolver
resolver returns the rules Resolver, asserting DetailResolver if available.
cmd/opencodereview/delegate_cmd.go:165
↓ 1 callersFunctionresumedFromSession
(resume *session.ResumeState)
internal/agent/agent.go:514
↓ 1 callersMethodrevealInDiffSide
在已打开的 diff 编辑器中定位到挂载侧行,不再额外打开单文件 tab。
extensions/vscode/src/extension/providers/CommentProvider.ts:255
↓ 1 callersMethodreview
(opts: CliRunOptions, cwd: string, onLog: (l: LogLine) => void)
extensions/vscode/src/extension/services/CliService.ts:136
↓ 1 callersMethodreviewMode
reviewMode returns the string mode identifier.
cmd/opencodereview/delegate_cmd.go:153
↓ 1 callersFunctionrunConfigModel
()
cmd/opencodereview/provider_cmd.go:289
↓ 1 callersFunctionrunConfigProvider
()
cmd/opencodereview/provider_cmd.go:14
↓ 1 callersFunctionrunConfigSet
(key, value string)
cmd/opencodereview/config_cmd.go:67
↓ 1 callersFunctionrunDelegate
(args []string)
cmd/opencodereview/delegate_cmd.go:26
↓ 1 callersFunctionrunDelegatePreview
(args []string)
cmd/opencodereview/delegate_cmd.go:169
↓ 1 callersFunctionrunDelegateRule
(args []string)
cmd/opencodereview/delegate_cmd.go:228
↓ 1 callersFunctionrunDocsCheck
({ env = process.env } = {})
scripts/github-actions/check-translation-sync.js:312
↓ 1 callersFunctionrunEnvCheck
(dispatch: (action: { type: 'checkingEnv' }) => void)
extensions/vscode/src/webview/ConfigPanelApp.tsx:8
↓ 1 callersFunctionrunGitCmdStdout
runGitCmdStdout is like runGitCmd but returns stdout only. Use it when the output is consumed as data (e.g. a resolved path) so git's stderr warnings
cmd/opencodereview/git.go:18
↓ 1 callersMethodrunGitGrep
(parentCtx context.Context, cmdArgs []string)
internal/tool/code_search.go:100
↓ 1 callersFunctionrunPostReviewComments
({ github, context, core, fs, resultPath = "/tmp/ocr-result.json", stderrPath = "/tmp/ocr-stderr.l
scripts/github-actions/post-review-comments.js:31
↓ 1 callersFunctionrunPreview
(cc *commonContext, opts reviewOptions)
cmd/opencodereview/review_cmd.go:244
↓ 1 callersFunctionrunReadmeCheck
({ repoRoot = process.cwd(), files = README_FILES } = {})
scripts/github-actions/check-translation-sync.js:268
↓ 1 callersFunctionrunReview
(args []string)
cmd/opencodereview/review_cmd.go:21
↓ 1 callersFunctionrunScan
(args []string)
cmd/opencodereview/scan_cmd.go:113
↓ 1 callersFunctionrunScanPreview
(cc *commonContext, scanTpl *template.ScanTemplate, scanPaths []string)
cmd/opencodereview/scan_cmd.go:235
↓ 1 callersFunctionrunTestMCPServer
()
internal/mcp/stdio_test.go:24
↓ 1 callersFunctionsafeRead
(fs, p)
scripts/github-actions/post-review-comments.js:1159
↓ 1 callersFunctionsameSequence
(a, b)
scripts/github-actions/check-translation-sync.js:100
↓ 1 callersFunctionsavedSecretReplaceHintLine
(original string)
cmd/opencodereview/provider_tui.go:2381
↓ 1 callersFunctionscrollToFragmentWhenReady
(id: string)
pages/src/pages/DocsPage.tsx:27
↓ 1 callersFunctionscrub
Never let the HTTP credentials reach CI logs, even via echoed error bodies.
examples/gerrit_ci/post_review.py:293
↓ 1 callersFunctionsearchBlog
(query: string, language: string)
pages/src/content/blog/index.ts:102
↓ 1 callersFunctionsearchDocs
(query: string, language: string)
pages/src/content/docs/index.ts:186
↓ 1 callersFunctionsemverGt
(a, b)
scripts/update.js:114
↓ 1 callersMethodsessionModelPickFor
(providerName string)
cmd/opencodereview/provider_tui.go:97
↓ 1 callersMethodsessionModelPickSnapshot
()
cmd/opencodereview/provider_tui.go:104
↓ 1 callersFunctionsetConfigValue
(cfg: RawConfig, key: string, value: string)
extensions/vscode/src/extension/services/configDraft.ts:78
↓ 1 callersFunctionsetCustomProviderValue
(cfg *Config, key, value string)
cmd/opencodereview/config_cmd.go:538
↓ 1 callersMethodsetMany
(entries: { key: string; value: string }[])
extensions/vscode/src/extension/services/ConfigService.ts:90
↓ 1 callersFunctionsetProviderValue
(cfg *Config, key, value string)
cmd/opencodereview/config_cmd.go:519
↓ 1 callersFunctionsetProviderValue
(cfg: RawConfig, key: string, value: string)
extensions/vscode/src/extension/services/configDraft.ts:63
↓ 1 callersFunctionsetStatsOutputs
(out, stats)
scripts/github-actions/post-review-comments.js:461
↓ 1 callersFunctionshellCommand
(ctx context.Context, script string)
cmd/opencodereview/shell_unix.go:10
↓ 1 callersFunctionshellRCFiles
()
internal/llm/resolver.go:485
↓ 1 callersFunctionshortSessionID
(id string)
cmd/opencodereview/session_cmd.go:246
↓ 1 callersMethodshow
展示审查评论:能解析到 git/工作区快照的挂 thread,否则仅侧边栏。
extensions/vscode/src/extension/providers/CommentProvider.ts:50
↓ 1 callersMethodshowJumpFailed
(index: number)
extensions/vscode/src/extension/providers/CommentProvider.ts:219
↓ 1 callersFunctionsl
(n)
scripts/github-actions/post-review-comments.test.js:1203
↓ 1 callersFunctionsplitHeaderPairs
splitHeaderPairs splits a comma-separated string while respecting double-quoted segments. Commas inside quotes are part of the value, not pair separat
internal/llm/resolver.go:647
↓ 1 callersFunctionstart
(options: CliRunOptions)
extensions/vscode/src/webview/App.tsx:25
↓ 1 callersFunctionstripMarkdownFences
stripMarkdownFences removes ```json and ``` wrappers that some models add around structured outputs.
internal/agent/util.go:38
↓ 1 callersFunctionstrip_xssi
Strip Gerrit's ")]}'" anti-XSSI prefix (possibly stacked) from a response.
examples/gerrit_ci/post_review.py:180
↓ 1 callersFunctionstructuralSignature
(markdown)
scripts/github-actions/check-translation-sync.js:96
↓ 1 callersFunctionsuccessRemaining
()
scripts/github-actions/post-review-comments.test.js:99
↓ 1 callersFunctionsuccessRes
()
scripts/github-actions/post-review-comments.test.js:146
↓ 1 callersFunctionswitchMode
(m: ReviewMode)
extensions/vscode/src/webview/views/IdleView.tsx:40
↓ 1 callersFunctiontabKeyMsg
()
cmd/opencodereview/provider_tui_test.go:35
↓ 1 callersFunctiontestAddedHeadingFails
()
scripts/github-actions/check-translation-sync.test.js:101
↓ 1 callersFunctiontestBatchIdempotencyCheckFailureDegradesToFullRetry
()
scripts/github-actions/post-review-comments.test.js:1059
↓ 1 callersFunctiontestBatchLandedRetriesOnlyMissingComments
()
scripts/github-actions/post-review-comments.test.js:578
↓ 1 callersFunctiontestBatchLandedWithPerCommentMixedStates
()
scripts/github-actions/post-review-comments.test.js:987
↓ 1 callersFunctiontestBatchLandedWithPerCommentPartialInvalid
()
scripts/github-actions/post-review-comments.test.js:949
↓ 1 callersFunctiontestBatchRateLimitSkipsIdempotencyReads
()
scripts/github-actions/post-review-comments.test.js:1110
↓ 1 callersFunctiontestBatchRateLimitWithPartialInvalidContent
()
scripts/github-actions/post-review-comments.test.js:867
↓ 1 callersFunctiontestBatchReadRateLimitRetriedViaWithRetry
()
scripts/github-actions/post-review-comments.test.js:1135
↓ 1 callersFunctiontestComputeRetryDelayMs
()
scripts/github-actions/post-review-comments.test.js:788
↓ 1 callersMethodtestConnection
(options?: { configPath?: string; home?: string })
extensions/vscode/src/extension/services/CliService.ts:141
↓ 1 callersFunctiontestCounterpartPaths
()
scripts/github-actions/check-translation-sync.test.js:154
↓ 1 callersFunctiontestDroppedHeadingFails
()
scripts/github-actions/check-translation-sync.test.js:115
↓ 1 callersFunctiontestEnOnlyChangeWarns
()
scripts/github-actions/check-translation-sync.test.js:164
↓ 1 callersFunctiontestEnWithBothCounterpartsNoWarn
()
scripts/github-actions/check-translation-sync.test.js:181
↓ 1 callersFunctiontestEnWithOnlyOneCounterpartWarnsForTheOther
()
scripts/github-actions/check-translation-sync.test.js:190
↓ 1 callersFunctiontestErrorCommentUsesSafeFence
()
scripts/github-actions/post-review-comments.test.js:387
↓ 1 callersFunctiontestExtractHeadingsInnerShorterFenceDoesNotClose
()
scripts/github-actions/check-translation-sync.test.js:65
↓ 1 callersFunctiontestExtractHeadingsSkipsCodeFences
()
scripts/github-actions/check-translation-sync.test.js:45
↓ 1 callersFunctiontestExtractHeadingsTildeFenceAndTrailingHashes
()
scripts/github-actions/check-translation-sync.test.js:57
↓ 1 callersFunctiontestFailedInlineCommentsAreSummarized
()
scripts/github-actions/post-review-comments.test.js:282
← previousnext →1,001–1,100 of 2,751, ranked by callers