Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CID 1565414, 1565415: use std::move() instead of copying. #2291

Merged
merged 1 commit into from
Nov 24, 2024

CID 1565414, 1565415: COPY_INSTEAD_OF_MOVE

0f7408c
Select commit
Loading
Failed to load commit list.
Merged

Fix CID 1565414, 1565415: use std::move() instead of copying. #2291

CID 1565414, 1565415: COPY_INSTEAD_OF_MOVE
0f7408c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 11, 2024 in 1s

84.81% (+0.00%) compared to 0fc76d5

View this Pull Request on Codecov

84.81% (+0.00%) compared to 0fc76d5

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.81%. Comparing base (0fc76d5) to head (0f7408c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2291   +/-   ##
=======================================
  Coverage   84.81%   84.81%           
=======================================
  Files         116      116           
  Lines       23292    23292           
=======================================
  Hits        19755    19755           
  Misses       3537     3537           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.