Core Data: Remove 'isRawAttribute' internal util#76806
Conversation
PR removes `isRawAttribute` internal util method, introduced in #34388 (comment). Now we can easily inline check in the single place it's used.
jsnajdr
left a comment
There was a problem hiding this comment.
Thank you for following up, it's a nice patch that removes 35 lines 🙂
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Size Change: -112 B (0%) Total Size: 7.66 MB
ℹ️ View Unchanged
|
|
Flaky tests detected in 8bd8071. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/23536116693
|
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: jsnajdr <jsnajdr@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: jsnajdr <jsnajdr@git.wordpress.org>
What?
This is a follow-up to #76632.
PR removes
isRawAttributeinternal util method, introduced in #34388 (comment). Now we can easily inline check in the single place it's used.Testing Instructions
CI checks are passing.