qtil
advanced-security/qtil-ruby 0.0.2
Search

Predicate Cached::lastRead

Holds if the read of def at read may be a last read. That is, read can either reach another definition of the underlying source variable or the end of the CFG scope, without passing through another non-pseudo read.

Import path

import codeql.ruby.dataflow.internal.SsaImpl
predicate lastRead(Definition def, VariableReadAccessCfgNode read)