Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/domain/graph/identity.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import "cmp"
// stable sort, a comparison across two databases — belongs on this and not on
// the id.
//
// The four fields are the columns of the node table's uniqueness index
// The five fields are the four columns of the node table's uniqueness index
// (namespace, qualified_name, file_path, start_line) plus the kind, so two
// different nodes cannot share one Identity.
// @intent give ranking a key that survives re-indexing, which the node id does not.
Expand Down
Loading