mirror of
https://github.com/alibaba/open-code-review.git
synced 2026-07-11 02:09:07 +00:00
feat: add TODO note
This commit is contained in:
parent
2babfe89a7
commit
11356905ff
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ func ResolveLineNumbers(comments []model.LlmComment, diffs []model.Diff) []model
|
|||
// against "from" side lines (context + deleted) in the diff hunks.
|
||||
// Returns true on success (comments fields are mutated in place).
|
||||
func resolveFromHunk(d *model.Diff, cm *model.LlmComment) bool {
|
||||
// TODO: re-track with llm
|
||||
hunks := ParseHunks(d.Diff)
|
||||
if len(hunks) == 0 {
|
||||
return false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue