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 011ed3f commit 9ac9252Copy full SHA for 9ac9252
java/ql/lib/experimental/Quantum/JCA.qll
@@ -346,6 +346,8 @@ module JCAModel {
346
// the actual mode directly
347
Expr getModeArg() { result = this.getArgument(0) }
348
349
+ // TODO: need a getModeOrigin
350
+
351
Expr getKey() {
352
result = this.getArgument(1) and this.getMethod().getParameterType(1).hasName("Key")
353
}
0 commit comments