mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
Ruby: update qldoc for def predicate
This commit is contained in:
@@ -383,7 +383,7 @@ module API {
|
||||
predicate use(TApiNode nd, DataFlow::Node ref) { nd = MkUse(ref) }
|
||||
|
||||
/**
|
||||
* Holds if `ref` is a RHS of node `nd`.
|
||||
* Holds if `rhs` is a RHS of node `nd`.
|
||||
*/
|
||||
cached
|
||||
predicate def(TApiNode nd, DataFlow::Node rhs) { nd = MkDef(rhs) }
|
||||
|
||||
Reference in New Issue
Block a user