mirror of
https://github.com/github/codeql.git
synced 2026-04-21 23:14:03 +02:00
Merge pull request #5994 from erik-krogh/abstractMongooseFunction
Approved by esbena
This commit is contained in:
@@ -166,7 +166,7 @@ private module Mongoose {
|
||||
/**
|
||||
* A Mongoose function.
|
||||
*/
|
||||
private class MongooseFunction extends API::Node {
|
||||
abstract private class MongooseFunction extends API::Node {
|
||||
/**
|
||||
* Gets the API-graph node for the result from this function (if the function returns a `Query`).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user