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

refactor(sockctl): make data param const #274

Merged
merged 2 commits into from
Sep 14, 2022

Conversation

aloisklink
Copy link
Contributor

This parameter is not modified by these functions, so we might as well make them const.

This parameter is not modified by these functions, so we might
as well make them const.
@aloisklink aloisklink added the refactor Refactoring code label Sep 12, 2022
@codecov
Copy link

codecov bot commented Sep 12, 2022

Codecov Report

Merging #274 (3ceef03) into main (99e47d8) will not change coverage.
The diff coverage is 80.00%.

@@           Coverage Diff           @@
##             main     #274   +/-   ##
=======================================
  Coverage   47.86%   47.86%           
=======================================
  Files         114      114           
  Lines       18201    18201           
=======================================
  Hits         8712     8712           
  Misses       9489     9489           
Impacted Files Coverage Δ
src/utils/sockctl.c 49.11% <80.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@mereacre mereacre merged commit 8ae44d6 into main Sep 14, 2022
@mereacre mereacre deleted the refactor/make-sockctl-data-const branch September 14, 2022 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactoring code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants