We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464d8b1 commit 6f5da52Copy full SHA for 6f5da52
rust/ql/lib/codeql/rust/dataflow/internal/ModelsAsData.qll
@@ -51,8 +51,8 @@ private import codeql.rust.elements.internal.CallExprBaseImpl::Impl as CallExprB
51
52
/**
53
* Holds if in a call to the function with canonical path `path`, the value referred
54
- * to by `output` is a flow source of the given `kind`.
55
- * The `madId` is the data extension row number.
+ * to by `output` is a flow source of the given `kind` and `madId` is the data
+ * extension row number.
56
*
57
* `output = "ReturnValue"` simply means the result of the call itself.
58
0 commit comments