mirror of
https://github.com/github/codeql.git
synced 2026-01-30 06:42:57 +01:00
Merge pull request #664 from owen-mc/add-change-note-function-getacall
Add change note for change to `Function.getACall`
This commit is contained in:
4
ql/lib/change-notes/2022-01-18-function-get-a-call.md
Normal file
4
ql/lib/change-notes/2022-01-18-function-get-a-call.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: fix
|
||||
---
|
||||
* `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.
|
||||
Reference in New Issue
Block a user