mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
Rust: Use get(An){Arg,Param} helper predicates
This commit is contained in:
@@ -79,7 +79,7 @@ module ModelGeneratorCommonInput implements
|
||||
|
||||
bindingset[c]
|
||||
string paramReturnNodeAsExactOutput(Callable c, DataFlowImpl::ParameterPosition pos) {
|
||||
result = parameterExactAccess(c.getParamList().getParam(pos.getPosition()))
|
||||
result = parameterExactAccess(c.getParam(pos.getPosition()))
|
||||
or
|
||||
pos.isSelf() and result = qualifierString()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user