You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After doing some research, these getters are safer and shows the intent clearer. I'll change this bug to the opposite.
yuryu
changed the title
refactor: use variables instead of Get*() methods for proto
refactor: use Get*() methods when reading proto values
Jun 10, 2022
protos support both direct variable access and Get*() methods. Prefer getter methods where possible.
The text was updated successfully, but these errors were encountered: