mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
Python: fix QL format
This commit is contained in:
@@ -45,13 +45,12 @@ private module Dill {
|
||||
*/
|
||||
private class DillLoadsCall extends Decoding::Range, DataFlow::CfgNode {
|
||||
override CallNode node;
|
||||
|
||||
DillLoadsCall() { node.getFunction() = Dill::dill::loads().asCfgNode() }
|
||||
|
||||
override predicate mayExecuteInput() { any() }
|
||||
|
||||
override DataFlow::Node getAnInput() {
|
||||
result.asCfgNode() = node.getArg(0)
|
||||
}
|
||||
override DataFlow::Node getAnInput() { result.asCfgNode() = node.getArg(0) }
|
||||
|
||||
override DataFlow::Node getOutput() { result = this }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user