We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24615f2 commit 2e7bd4dCopy full SHA for 2e7bd4d
docs/language/ql-training/cpp/program-representation-cpp.rst
@@ -64,7 +64,7 @@ Working with functions
64
65
Functions are represented by the Function class. Each declaration or definition of a function is represented by a ``FunctionDeclarationEntry``.
66
67
-Calls to functions are modeled by CodeQL class ``Call`` and its subclasses:
+Calls to functions are modeled by the CodeQL class ``Call`` and its subclasses:
68
69
- ``Call.getTarget()`` gets the declared target of the call; undefined for calls through function pointers
70
- ``Function.getACallToThisFunction()`` gets a call to this function
0 commit comments