JS: add missing QLDoc

This commit is contained in:
Erik Krogh Kristensen
2022-03-11 11:18:01 +01:00
parent 25690759fd
commit 8f08b4ccc8

View File

@@ -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() }