We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a44ae commit af72e2fCopy full SHA for af72e2f
pkg/tree/leaf_variants.go
@@ -318,7 +318,7 @@ func (lv *LeafVariants) GetByOwner(owner string) *LeafEntry {
318
319
// MarkOwnerForDeletion searches for a LefVariant of given owner, if it exists
320
// the entry is marked for deletion.
321
-// returning true if an owner entry was found, false if not
+// returning the leafentry if an owner entry was found, nil if not.
322
func (lv *LeafVariants) MarkOwnerForDeletion(owner string, onlyIntended bool) *LeafEntry {
323
le := lv.GetByOwner(owner)
324
if le != nil {
0 commit comments