mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
JS: missing qldoc
This commit is contained in:
@@ -123,6 +123,9 @@ module Firebase {
|
||||
(getMethodName() = "on" or getMethodName() = "once")
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the argument in which the callback is passed.
|
||||
*/
|
||||
DataFlow::Node getCallbackNode() {
|
||||
result = getArgument(1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user