Skip to content

Conversation

augustbleeds
Copy link
Contributor

Description

Requires Dependencies

Resolves Dependencies

Copy link
Contributor

github-actions bot commented Aug 6, 2025

👋 augustbleeds, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

@cl-sonarqube-production
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

let header = Transmissions::try_deserialize(&mut &data[..])
.map_err(|_| ReadError::DeserializeFailed)?;

let (_header, rest) = data.split_at(8 + HEADER_SIZE);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

split data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant