Skip to content

Commit

Permalink
tmp0903
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei committed Sep 3, 2024
1 parent 9cc9717 commit 673dd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/statistics/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func (m *ColAndIdxExistenceMap) Checked() bool {
return m.checked
}

// Checked returns whether the map has been checked.
// SetChecked set the map as checked.
func (m *ColAndIdxExistenceMap) SetChecked() {
m.checked = true
}
Expand Down

0 comments on commit 673dd2b

Please sign in to comment.