NFC: Change `classof` on registered operations to use pointer comparison.
The current implementation always uses string comparison, but if the operation is registered the AbstractOperation instance can be used to provide faster pointer comparison. PiperOrigin-RevId: 272041333
Loading
Please sign in to comment