| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
In particular, this enables passing `std::string_view` instead.
If we can use a `std::string_view` instead of a `std::string`, let's just do that instead.
Codecov Report❌ Patch coverage is 90.00000% with 2 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #60052 +/- ##
==========================================
+ Coverage 88.45% 88.46% +0.01%
==========================================
Files 703 703
Lines 207546 207549 +3
Branches 40011 40005 -6
==========================================
+ Hits 183591 183615 +24
+ Misses 15949 15906 -43
- Partials 8006 8028 +22
... and 27 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
In particular, this enables passing `std::string_view` instead. PR-URL: #60052 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
If we can use a `std::string_view` instead of a `std::string`, let's just do that instead. PR-URL: #60052 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
In particular, this enables passing `std::string_view` instead. PR-URL: #60052 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
If we can use a `std::string_view` instead of a `std::string`, let's just do that instead. PR-URL: #60052 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
In particular, this enables passing `std::string_view` instead. PR-URL: #60052 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
If we can use a `std::string_view` instead of a `std::string`, let's just do that instead. PR-URL: #60052 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
| Back | FazBrowse Home | New Git URL |
src: make ToLower/ToUpper input args more flexible
In particular, this enables passing std::string_view instead.
src: avoid unnecessary string allocations in SPrintF impl
If we can use a std::string_view instead of a std::string, let's
just do that instead.