Use castAs<> instead of getAs<> since we know that the pointer will be valid (and is dereferenced immediately below).
7.1 KiB
7.1 KiB
Use castAs<> instead of getAs<> since we know that the pointer will be valid (and is dereferenced immediately below).