mirror of
https://github.com/github/codeql.git
synced 2026-04-22 23:35:14 +02:00
Adding a todo
This commit is contained in:
@@ -346,6 +346,8 @@ module JCAModel {
|
||||
// the actual mode directly
|
||||
Expr getModeArg() { result = this.getArgument(0) }
|
||||
|
||||
// TODO: need a getModeOrigin
|
||||
|
||||
Expr getKey() {
|
||||
result = this.getArgument(1) and this.getMethod().getParameterType(1).hasName("Key")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user