Skip to content

Commit 9bbdf84

Browse files
committed
JS: missing qldoc
1 parent 28a776a commit 9bbdf84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ module Firebase {
123123
(getMethodName() = "on" or getMethodName() = "once")
124124
}
125125

126+
/**
127+
* Gets the argument in which the callback is passed.
128+
*/
126129
DataFlow::Node getCallbackNode() {
127130
result = getArgument(1)
128131
}

0 commit comments

Comments
 (0)