[Explicit State Access] Remove state_read_ member from Next Node struct and default branching logic to decoupled next nodes. - #4672
Draft
copybara-service[bot] wants to merge 1 commit into
Draft
Conversation
copybara-service
Bot
force-pushed
the
test_955409014
branch
4 times, most recently
from
July 29, 2026 22:23
8c651a7 to
d1c67f4
Compare
…ct and default branching logic to decoupled next nodes. For all conditionals that branch using `has_state_read()` and `uses_decoupled_next()` leave the decoupled case PiperOrigin-RevId: 955409014
copybara-service
Bot
force-pushed
the
test_955409014
branch
from
July 30, 2026 16:38
d1c67f4 to
35e7d23
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[Explicit State Access] Remove state_read_ member from Next Node struct and default branching logic to decoupled next nodes.
For all conditionals that branch using
has_state_read()anduses_decoupled_next()leave the decoupled case