-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add SendableItemMetadata #44
Conversation
…rsionActor Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
…tabase methods Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]> Remove unnecessary childitems private method Signed-off-by: Claudio Cambra <[email protected]> f2 Signed-off-by: Claudio Cambra <[email protected]> f Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
…ng "var" Prepare for refactoring to struct Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Create a standard protocol that both conform to and make SendableItemMetadata *actually* sendable by making it a struct Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #44 +/- ##
==========================================
+ Coverage 78.80% 78.90% +0.09%
==========================================
Files 49 50 +1
Lines 10913 10839 -74
==========================================
- Hits 8600 8552 -48
+ Misses 2313 2287 -26 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Claudio Cambra <[email protected]>
…ItemMetadatata init Signed-off-by: Claudio Cambra <[email protected]>
1846a69
to
bf67087
Compare
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
…cking Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
dee08e1
to
3957001
Compare
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
3957001
to
f3b284b
Compare
Signed-off-by: Claudio Cambra <[email protected]>
Part of Swift 6 migration
Allows way of providing item metadata across NCFPK in a fully thread-safe manner