MCPcopy Create free account
hub / github.com/alibaba/open-code-review / resolveBackgroundFilePath

Function resolveBackgroundFilePath

cmd/opencodereview/background_file.go:22–27  ·  view source on GitHub ↗
(repoDir, path string)

Source from the content-addressed store, hash-verified

20var multiNewline = regexp.MustCompile(`\n{3,}`)
21
22func resolveBackgroundFilePath(repoDir, path string) string {
23 if path == "" || filepath.IsAbs(path) {
24 return path
25 }
26 return filepath.Join(repoDir, path)
27}
28
29// mergeBackground combines the inline --background value (or an auto-populated
30// commit message) with the content read from --background-file, separated by a

Callers 4

loadDelegateContextFunction · 0.85
executeReviewFunction · 0.85

Calls

no outgoing calls