CodeQL library for GitHub Actions
codeql/actions-all 0.4.12 (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)