mirror of
https://github.com/github/codeql.git
synced 2026-01-30 14:52:57 +01:00
Going via `getFuncDecl()` didn't work as we don't function declarations from external packages. It works to use `getType()` instead.
Going via `getFuncDecl()` didn't work as we don't function declarations from external packages. It works to use `getType()` instead.