jamescourtney / FlatSharp

Fast, idiomatic C# implementation of Flatbuffers
Apache License 2.0
497 stars 50 forks source link

Add .IsPinned to input buffers #346

Closed jamescourtney closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #346 (cd1ce97) into main (e12bc42) will decrease coverage by 0.06%. The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #346      +/-   ##
==========================================
- Coverage   96.48%   96.41%   -0.07%     
==========================================
  Files         111      111              
  Lines        8562     8566       +4     
  Branches      803      803              
==========================================
- Hits         8261     8259       -2     
- Misses        200      204       +4     
- Partials      101      103       +2     
Impacted Files Coverage Δ
src/FlatSharp.Runtime/IO/ArrayInputBuffer.cs 98.41% <0.00%> (-1.59%) :arrow_down:
...rc/FlatSharp.Runtime/IO/ArraySegmentInputBuffer.cs 98.41% <0.00%> (-1.59%) :arrow_down:
src/FlatSharp.Runtime/IO/MemoryInputBuffer.cs 98.41% <50.00%> (-1.59%) :arrow_down:
.../FlatSharp.Runtime/IO/ReadOnlyMemoryInputBuffer.cs 98.36% <50.00%> (-1.64%) :arrow_down:
src/FlatSharp.Runtime/SpanComparers.cs 84.09% <0.00%> (-2.28%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e12bc42...cd1ce97. Read the comment docs.