Fix "pointer is null" static analyzer warning. NFCI.
Use castAs<> instead of getAs<> since we know that the pointer will be valid (and is dereferenced immediately below).
Loading
Please sign in to comment
Use castAs<> instead of getAs<> since we know that the pointer will be valid (and is dereferenced immediately below).