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 6e99087 commit efb5b9bCopy full SHA for efb5b9b
rust/ql/test/library-tests/dataflow/models/main.rs
@@ -203,6 +203,7 @@ fn test_apply_flow_through() {
203
sink(t); // $ hasValueFlow=33
204
}
205
206
+// has a flow model with value flow from argument to returned future
207
async fn get_async_number(a: i64) -> i64 {
208
37
209
0 commit comments