mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
autoformat
This commit is contained in:
@@ -1391,9 +1391,7 @@ module PartialInvokeNode {
|
||||
(
|
||||
this = LodashUnderscore::member(["throttle", "debounce", "once", "memoize"]).getACall()
|
||||
or
|
||||
this =
|
||||
DataFlow::moduleImport(["call-limit", "debounce"])
|
||||
.getACall()
|
||||
this = DataFlow::moduleImport(["call-limit", "debounce"]).getACall()
|
||||
)
|
||||
or
|
||||
callbackIndex = 1 and
|
||||
|
||||
Reference in New Issue
Block a user