mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
Suppress unhelpful magic.
This commit is contained in:
@@ -277,6 +277,7 @@ class Field extends Variable {
|
||||
/** A built-in or declared function. */
|
||||
class Function extends ValueEntity, @functionobject {
|
||||
/** Gets a call to this function. */
|
||||
pragma[nomagic]
|
||||
DataFlow::CallNode getACall() {
|
||||
this = result.getTarget()
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user