amazon-ion / ion-element-kotlin

IonElement is an immutable in-memory representation of the Ion data format. IonElement's API is idiomatic to Kotlin.
Apache License 2.0
8 stars 8 forks source link

Add Mutable View for Struct Elements #84

Closed tjcsrc16 closed 9 months ago

tjcsrc16 commented 10 months ago

Issue #, if available:

Description of changes:

Adds a MutableStructFields interface which represents an iterable sequence of mutable fields that can be used to construct a StructElement.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:exclamation: No coverage uploaded for pull request base (master@247c128). Click here to learn what that means.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #84 +/- ## ========================================= Coverage ? 90.29% Complexity ? 491 ========================================= Files ? 31 Lines ? 1051 Branches ? 153 ========================================= Hits ? 949 Misses ? 59 Partials ? 43 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.