mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
When skipping bodies in library code, we lose the information whether a body was originally present. This can be important, for example when determining whether a trait method has a default implementation. With this change that information can be recovered via the `hasImplementation` predicate.