aboutsummaryrefslogtreecommitdiff
path: root/reachability/walk_seq.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-28 18:00:23 +0000
committerGravatar Runxi Yu2026-03-28 18:00:23 +0000
commitf40daef1deefda4b76957f5d5728c4175c27be51 (patch)
treeefa922530d4f25a71a0f736b6b60625c81d4fdda /reachability/walk_seq.go
parentrepository: Expose CommitQueries (diff)
signatureNo signature
reachability: Document contract
Diffstat (limited to 'reachability/walk_seq.go')
-rw-r--r--reachability/walk_seq.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/reachability/walk_seq.go b/reachability/walk_seq.go
index 089edc39..e28427a2 100644
--- a/reachability/walk_seq.go
+++ b/reachability/walk_seq.go
@@ -8,6 +8,8 @@ import (
)
// Seq returns the traversal sequence. It is single-use.
+//
+// Labels: Life-Parent.
func (walk *Walk) Seq() iter.Seq[objectid.ObjectID] {
if walk.seqUsed {
return func(yield func(objectid.ObjectID) bool) {