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
The caller doesn't get their own copy, but rather a direct pointer to the internal data. This makes it easy to mis-use the returned pointer, such as assuming ownership or modifying the contents.
The text was updated successfully, but these errors were encountered:
The caller doesn't get their own copy, but rather a direct pointer to the internal data. This makes it easy to mis-use the returned pointer, such as assuming ownership or modifying the contents.
The text was updated successfully, but these errors were encountered: