diff options
| author | 2026-03-28 18:00:23 +0000 | |
|---|---|---|
| committer | 2026-03-28 18:00:23 +0000 | |
| commit | f40daef1deefda4b76957f5d5728c4175c27be51 (patch) | |
| tree | efa922530d4f25a71a0f736b6b60625c81d4fdda /reachability/walk_seq.go | |
| parent | repository: Expose CommitQueries (diff) | |
| signature | No signature | |
reachability: Document contract
Diffstat (limited to 'reachability/walk_seq.go')
| -rw-r--r-- | reachability/walk_seq.go | 2 |
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) { |
