-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Closed
Labels
frozen-due-to-ageIssues closed and untouched for a long time, together with being locked for discussionIssues closed and untouched for a long time, together with being locked for discussion
Milestone
Description
Lines 842 to 855 in e74674a
| comp.setComplectionPct() | |
| return comp | |
| } | |
| func (comp *FolderCompletion) add(other FolderCompletion) { | |
| comp.GlobalBytes += other.GlobalBytes | |
| comp.NeedBytes += other.NeedBytes | |
| comp.GlobalItems += other.GlobalItems | |
| comp.NeedItems += other.NeedItems | |
| comp.NeedDeletes += other.NeedDeletes | |
| comp.setComplectionPct() | |
| } | |
| func (comp *FolderCompletion) setComplectionPct() { |
pretty sure this is supposed to be Completion
Metadata
Metadata
Assignees
Labels
frozen-due-to-ageIssues closed and untouched for a long time, together with being locked for discussionIssues closed and untouched for a long time, together with being locked for discussion