Skip to content

Commit

Permalink
Mossing arena frame
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Nov 30, 2024
1 parent b10f994 commit e083303
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ inline void ParamHolder::deserialize (nonstd::span<const std::byte>& serial_data
auto data = serial_data.subspan (0, num_bytes);
serial_data = serial_data.subspan (num_bytes);

Check warning on line 308 in modules/plugin/chowdsp_plugin_state/Backend/chowdsp_ParamHolder.cpp

View check run for this annotation

Codecov / codecov/patch

modules/plugin/chowdsp_plugin_state/Backend/chowdsp_ParamHolder.cpp#L307-L308

Added lines #L307 - L308 were not covered by tests

const auto _ = paramHolder.arena->create_frame();
ParamDeserialVec parameters { ParamDeserialAlloc { *paramHolder.arena } };
parameters.reserve ((size_t) paramHolder.count());
getParameterPointers (paramHolder, parameters);

Check warning on line 313 in modules/plugin/chowdsp_plugin_state/Backend/chowdsp_ParamHolder.cpp

View check run for this annotation

Codecov / codecov/patch

modules/plugin/chowdsp_plugin_state/Backend/chowdsp_ParamHolder.cpp#L310-L313

Added lines #L310 - L313 were not covered by tests
Expand Down

0 comments on commit e083303

Please sign in to comment.