We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca5a51 commit f02995dCopy full SHA for f02995d
1 file changed
shared/typetracking/codeql/typetracking/TypeTracking.qll
@@ -14,6 +14,7 @@ signature module TypeTrackingInput<LocationSig Location> {
14
/** Gets a textual representation of this node. */
15
string toString();
16
17
+ /** Gets the source location of this node. */
18
Location getLocation();
19
}
20
0 commit comments