jamescourtney / FlatSharp

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

Add addressable struct #178

Closed jamescourtney closed 3 years ago

jamescourtney commented 3 years ago

Add support for IFlatBufferAddressableStruct, which provides low-level information for structs in non-greedy modes.

jamescourtney commented 3 years ago

158

codecov[bot] commented 3 years ago

Codecov Report

Merging #178 (1702ae1) into master (d6faa90) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #178      +/-   ##
==========================================
+ Coverage   93.28%   93.29%   +0.01%     
==========================================
  Files          99       99              
  Lines        7164     7178      +14     
  Branches      648      651       +3     
==========================================
+ Hits         6683     6697      +14     
  Misses        362      362              
  Partials      119      119              
Impacted Files Coverage Δ
...tSharp/Serialization/DeserializeClassDefinition.cs 100.00% <100.00%> (ø)

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 d6faa90...1702ae1. Read the comment docs.

TYoungSL commented 3 years ago

👍