Skip to content

chore: change visibility of binary fuse descriptor - #97

Open
leiysky wants to merge 3 commits into
ayazhafiz:masterfrom
leiysky:chore/visibility
Open

chore: change visibility of binary fuse descriptor#97
leiysky wants to merge 3 commits into
ayazhafiz:masterfrom
leiysky:chore/visibility

Conversation

@leiysky

@leiysky leiysky commented Feb 10, 2026

Copy link
Copy Markdown

As it is, since fingerprints is already public.

Copilot AI review requested due to automatic review settings February 10, 2026 17:24

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Makes the BinaryFuse{8,16,32} filter descriptor publicly accessible, aligning its visibility with the already-public fingerprints field so callers can inspect (and now also construct) full filter state.

Changes:

  • Change descriptor field visibility from private to pub in BinaryFuse8, BinaryFuse16, and BinaryFuse32.
  • Add a doc comment describing the purpose of the descriptor field.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
src/bfuse8.rs Exposes BinaryFuse8.descriptor publicly and documents it.
src/bfuse16.rs Exposes BinaryFuse16.descriptor publicly and documents it.
src/bfuse32.rs Exposes BinaryFuse32.descriptor publicly and documents it.

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

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.

3 participants