aboutsummaryrefslogtreecommitdiff
path: root/reachability/walk_seq.go
diff options
context:
space:
mode:
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) {