You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
item.levelOfConcern(): correctly report overflows of 32-bit values
If a `Count32` overflows, its `ToUint64()` method returns
`math.MaxUint32, true`. This should always be reported as exclamation
points, regardless of the threshold.
0 commit comments