Skip to content

Conversation

@ac000
Copy link
Owner

@ac000 ac000 commented Nov 7, 2025

No description provided.

Signed-off-by: Andrew Clayton <ac@sigsegv.uk>
@ac000 ac000 requested a review from Copilot November 7, 2025 19:14
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds const qualifiers to two previously non-const members of the endpoint struct, ensuring all struct members are immutable. This change promotes better const-correctness in the codebase.

  • Makes api_ep and file_data fields const to match other struct members
  • Enforces immutability across the entire endpoint struct definition

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ac000 ac000 merged commit 89c5624 into master Nov 7, 2025
10 checks passed
@ac000 ac000 deleted the const branch November 7, 2025 19:52
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.

2 participants