mirror of
https://github.com/github/codeql.git
synced 2026-02-23 02:13:41 +01:00
Address review comments.
This commit is contained in:
@@ -203,10 +203,10 @@ private string positionToString(int pos) {
|
||||
if pos = -1 then result = "this" else result = pos.toString()
|
||||
}
|
||||
|
||||
/** Gets the textual representation of a parameter position in the format used for MaD models. */
|
||||
/** Gets the textual representation of a parameter position in the format used for flow summaries. */
|
||||
string getParameterPosition(ParameterPosition pos) { result = positionToString(pos) }
|
||||
|
||||
/** Gets the textual representation of an argument position in the format used for MaD models. */
|
||||
/** Gets the textual representation of an argument position in the format used for flow summaries. */
|
||||
string getArgumentPosition(ArgumentPosition pos) { result = positionToString(pos) }
|
||||
|
||||
/** Holds if input specification component `c` needs a reference. */
|
||||
|
||||
Reference in New Issue
Block a user