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
Some StatusOr<T> methods like value() check that a value is present by calling CheckHasValue() (effectively an assertion). operator* and operator-> do not, which makes misuses harder to find.