mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Python: Fix QL alert
This commit is contained in:
@@ -383,7 +383,12 @@ module EssaFlow {
|
||||
//--------
|
||||
/** A module for transforming step relations. */
|
||||
module StepRelationTransformations {
|
||||
/** A step relation */
|
||||
/**
|
||||
* Holds if there is a step from `nodeFrom` to `nodeTo` in
|
||||
* the step relation to be transformed.
|
||||
*
|
||||
* This is the input relation to the transformations.
|
||||
*/
|
||||
signature predicate stepSig(Node nodeFrom, Node nodeTo);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user