Change upb_Array_GetMutable() to return a upb_Message* directly.
This was defined to return a upb_MutableMessageValue which is a union of 3 types, but it only ever could return the upb_Message* case, so it is clearer to use that one type in the signature directly. PiperOrigin-RevId: 742287802
P
Protobuf Team Bot committed
a2db0a3b24534d2fb35b1b133ac38ef5d4ef3a97
Parent: c5f5054
Committed by Copybara-Service <copybara-worker@google.com>
on 3/31/2025, 4:17:17 PM