Skip to content

Commit 7ee3846

Browse files
committed
JS: Add missing qldoc
1 parent 7a3f009 commit 7ee3846

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

javascript/ql/src/semmle/javascript/frameworks/ComposedFunctions.qll

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,15 @@ class FunctionCompositionCall extends DataFlow::CallNode {
4141
int getNumOperand() { result = range.getNumOperand() }
4242
}
4343

44+
/**
45+
* Companion module to the `FunctionCompositionCall` class.
46+
*/
4447
module FunctionCompositionCall {
48+
/**
49+
* Class that determines the set of values in `FunctionCompositionCall`.
50+
*
51+
* May be subclassed to classify more calls as function compositions.
52+
*/
4553
abstract class Range extends DataFlow::CallNode {
4654
/**
4755
* Gets the function flowing into the `i`th function in the composition `f(g(h(...)))`.

0 commit comments

Comments
 (0)