{{ message }}
Commit 43fa6a1
src: add
The `const std::vector<char>&` variant only delegates to a method
that converts it to a `std::string_view` anyway, but adding this
capability to the public API as well means that it’s easier to
store snapshot data in embedding applications (because using
`std::vector<>` enforces heap allocation and `std::string_view`
does not).
PR-URL: #52595
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>string_view overload to snapshot FromBlob1 parent b2f754c commit 43fa6a1
2 files changed
Lines changed: 6 additions & 0 deletions

0 commit comments