| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Review requested:
|
Sorry, something went wrong.
Our `THROW_...` helpers can handle strings or string views just fine, all this does is add an extra `strlen()` call that can and should be avoided.
Codecov Report❌ Patch coverage is 68.00000% with 8 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #60054 +/- ##
==========================================
+ Coverage 88.45% 88.46% +0.01%
==========================================
Files 703 703
Lines 207546 207543 -3
Branches 40011 40007 -4
==========================================
+ Hits 183591 183612 +21
+ Misses 15949 15932 -17
+ Partials 8006 7999 -7
... and 31 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Our `THROW_...` helpers can handle strings or string views just fine, all this does is add an extra `strlen()` call that can and should be avoided. PR-URL: #60054 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Our `THROW_...` helpers can handle strings or string views just fine, all this does is add an extra `strlen()` call that can and should be avoided. PR-URL: #60054 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
| Back | FazBrowse Home | New Git URL |
Our THROW_... helpers can handle strings or string views just fine, all this does is add an extra strlen() call that can and should be avoided.