Adding a todo

This commit is contained in:
REDMOND\brodes
2025-02-20 11:11:41 -05:00
parent 011ed3fbfd
commit 9ac9252f75

View File

@@ -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")
}