mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
JS: add missing QLDoc
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
import javascript
|
||||
import semmle.javascript.Promises
|
||||
|
||||
/** Provices classes for modelling NoSQL query sinks. */
|
||||
module NoSql {
|
||||
/** An expression that is interpreted as a NoSql query. */
|
||||
/** An expression that is interpreted as a NoSQL query. */
|
||||
abstract class Query extends Expr {
|
||||
/** Gets an expression that is interpreted as a code operator in this query. */
|
||||
DataFlow::Node getACodeOperator() { none() }
|
||||
|
||||
Reference in New Issue
Block a user