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
Following this comment, add documentation wherever a referance to a MutableCharSpan is passed to say that if this is not edited successfully, it's size should be set to 0.
example, after "@param[out] statusText text describing failure (see description above), size kMaxSizeStatusText."
"If writing to statusText can result in a failure, example due to a string that can be longer that kMaxSizeStatusText, the size of this value should be set to 0 with .reduce_size(0)."
The text was updated successfully, but these errors were encountered:
Following this comment, add documentation wherever a referance to a MutableCharSpan is passed to say that if this is not edited successfully, it's size should be set to 0.
example, after "@param[out] statusText text describing failure (see description above), size kMaxSizeStatusText."
"If writing to statusText can result in a failure, example due to a string that can be longer that kMaxSizeStatusText, the size of this value should be set to 0 with
.reduce_size(0)
."The text was updated successfully, but these errors were encountered: