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

feat(buffer): add capacity function to memory and span buffer #86

Merged
merged 3 commits into from
Feb 18, 2024

Conversation

Viatorus
Copy link
Owner

Fixes #85

For other buffers types the capacity isn't evident.

@codecov-commenter
Copy link

codecov-commenter commented Feb 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (46cfdf5) 99.38% compared to head (64f4363) 99.38%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #86   +/-   ##
=======================================
  Coverage   99.38%   99.38%           
=======================================
  Files          58       58           
  Lines        6032     6044   +12     
=======================================
+ Hits         5995     6007   +12     
  Misses         37       37           

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

@Viatorus Viatorus merged commit 0c8c225 into main Feb 18, 2024
17 checks passed
@Viatorus Viatorus deleted the feat/capacity branch February 18, 2024 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

provide a size() function for some emio::buffers
2 participants