Description
Currently when we want to check if there is name collision we have to add a bunch of checks in manual places (see #139778). It would be nice if we could unify this logic so that there was a single place for doing the collision check, and adding other abstractions in the future wouldn't require manually adding so many checks. It would also be nice if it were tied into the IndexAbstraction class itself.
Description
Currently when we want to check if there is name collision we have to add a bunch of checks in manual places (see #139778). It would be nice if we could unify this logic so that there was a single place for doing the collision check, and adding other abstractions in the future wouldn't require manually adding so many checks. It would also be nice if it were tied into the
IndexAbstractionclass itself.