Skip to content

refactor: use contains() for membership checks - #16

Open
smaheshwar-pltr wants to merge 1 commit into
mainfrom
cleanup/use-contains
Open

smaheshwar-pltr wants to merge 1 commit into
mainfrom
cleanup/use-contains

Conversation

@smaheshwar-pltr

@smaheshwar-pltr smaheshwar-pltr commented Jun 27, 2026 •

Copy link
Copy Markdown
Owner

Replace five iterator-only membership checks with C++20 contains() in metadata columns, table metadata, content-file utilities, and StructLikeSet. Lookups that use the resulting iterator are unchanged.

Validation: pre-commit passed for the complete diff.

AI assistance: Codex was used to rebase the existing cleanup and account for current-main changes. I reviewed the resulting diff and validation.

@smaheshwar-pltr smaheshwar-pltr changed the title refactor: use contains() for associative-container membership checks refactor: use contains() for membership checks Sep 6, 2026
@smaheshwar-pltr
smaheshwar-pltr marked this pull request as ready for review September 7, 2026 01:07
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