Skip to content

Refactor FlatbuffersTableUntypedDomainImpl::MutateSelectedField to use a visitor.#2072

Open
copybara-service[bot] wants to merge 1 commit into
mainfrom
cl/921337267
Open

Refactor FlatbuffersTableUntypedDomainImpl::MutateSelectedField to use a visitor.#2072
copybara-service[bot] wants to merge 1 commit into
mainfrom
cl/921337267

Conversation

@copybara-service
Copy link
Copy Markdown
Contributor

Refactor FlatbuffersTableUntypedDomainImpl::MutateSelectedField to use a visitor.

This change introduces MutateSelectedFieldVisitor to encapsulate the logic for mutating a specific field index. This allows for a more uniform handling of different field types, including recursive calls for nested tables, within the visitor pattern.

@google-cla
Copy link
Copy Markdown

google-cla Bot commented May 26, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

…e a visitor.

This change introduces MutateSelectedFieldVisitor to encapsulate the logic for mutating a specific field index. This allows for a more uniform handling of different field types, including recursive calls for nested tables, within the visitor pattern.

PiperOrigin-RevId: 921337267
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.

0 participants