mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
fabic.qll: remove test predicate and apply review changes
This commit is contained in:
@@ -113,7 +113,7 @@ module FabricV2 {
|
|||||||
* library.
|
* library.
|
||||||
*/
|
*/
|
||||||
abstract class Instance extends API::Node {
|
abstract class Instance extends API::Node {
|
||||||
override string toString() { result = "a fabric connection instance" }
|
override string toString() { result = this.(API::Node).toString() }
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -188,9 +188,6 @@ module FabricV2 {
|
|||||||
module Tasks {
|
module Tasks {
|
||||||
/** Gets a reference to the `fabric.tasks.task` decorator. */
|
/** Gets a reference to the `fabric.tasks.task` decorator. */
|
||||||
API::Node task() { result in [tasks().getMember("task"), fabric().getMember("task")] }
|
API::Node task() { result in [tasks().getMember("task"), fabric().getMember("task")] }
|
||||||
|
|
||||||
/** Gets a reference to the `fabric.tasks.task` decorator. */
|
|
||||||
API::Node test() { result in [tasks().getMember("task"), fabric().getMember("task")] }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class FabricTaskFirstParamConnectionInstance extends Fabric::Connection::ConnectionClass::Instance
|
class FabricTaskFirstParamConnectionInstance extends Fabric::Connection::ConnectionClass::Instance
|
||||||
|
|||||||
Reference in New Issue
Block a user