CodeQL library for Java/Kotlin
codeql/java-all 5.0.1-dev (changelog, source)
Search

Predicate NewEntity::map

Maps each T value to an EntityId value. Different T values map to different EntityId values. Instantiating the module with different type arguments for T causes map to generate different entity IDs. Instantiating the module in different database upgrade or downgrade queries also causes map to generate different entity IDs.

EntityId map(T arg0)