Added modeling for tap function.

This commit is contained in:
Napalys
2025-03-17 19:07:02 +01:00
parent eb18c3ce24
commit d8e6d76b0e
2 changed files with 4 additions and 1 deletions

View File

@@ -120,5 +120,5 @@ function chaining() {
sink(s(source("s20")).tap(function(value) {
return value + source("s21");
}).value()); // $ MISSING: hasTaintFlow=s20 MISSING: hasTaintFlow=s21
}).value()); // $ hasTaintFlow=s20 hasTaintFlow=s21
}