Update ql/lib/change-notes/2022-01-18-function-get-a-call.md

Co-authored-by: Chris Smowton <smowton@github.com>
This commit is contained in:
Owen Mansel-Chan
2022-01-18 16:51:07 +00:00
committed by GitHub
parent fd1136a777
commit 84116e1681

View File

@@ -1,4 +1,4 @@
---
category: fix
---
* `Function`'s predicate `getACall` now returns more results in some situations. For a function implementing an interface method, calls to that interface method are now returned for all functions. Previously this only happened if the function was in the source code being analysed.
* `Function`'s predicate `getACall` now returns more results in some situations. It now always returns callers that may call a method indirectly via an interface method that it implements. Previously this only happened if the method was in the source code being analysed.