mirror of
https://github.com/github/codeql.git
synced 2026-05-24 16:17:07 +02:00
We were previously doing this during extraction, i.e. for each field node we encouter, which meant we were repeating a lot of work. The `type_matches_set` function was a fairly significant hot-spot in profiling results, so this should improve performance.