Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Conversation

@1uc
Copy link
Collaborator

@1uc 1uc commented Jan 29, 2024

Adds prepare and data (non-cost) methods to inspector<T[N]>. This is needed to serialize a int a[][] = {{1, 2, 3}, {4, 5, 6}}; without the read(T*, ...) overload.

Adds `prepare` and `data` (non-cost) methods to `inspector<T[N]>`. This
is needed to serialize a `int a[][] = {{1, 2, 3}, {4, 5, 6}};` without
the `read(T*, ...)` overload.
@1uc 1uc force-pushed the 1uc/fix-inspector-carray branch from d3d8cbc to ceb24b6 Compare January 29, 2024 12:48
@codecov
Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3ea8154) 85.94% compared to head (ceb24b6) 85.94%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #929   +/-   ##
=======================================
  Coverage   85.94%   85.94%           
=======================================
  Files          89       89           
  Lines        5862     5862           
=======================================
  Hits         5038     5038           
  Misses        824      824           

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

@1uc 1uc marked this pull request as ready for review January 30, 2024 07:48
@alkino alkino merged commit cd302e9 into master Jan 30, 2024
@alkino alkino deleted the 1uc/fix-inspector-carray branch January 30, 2024 09:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants