[Utils] stripDebugifyMetadata - use cast<> instead of dyn_cast_or_null<> to...
[Utils] stripDebugifyMetadata - use cast<> instead of dyn_cast_or_null<> to avoid dereference of nullptr The pointer is dereferenced immediately, so assert the cast is correct instead of returning nullptr
Loading
Please sign in to comment