We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b23064 commit 4a93b91Copy full SHA for 4a93b91
javascript/ql/src/semmle/javascript/frameworks/NodeJSLib.qll
@@ -589,7 +589,7 @@ module NodeJSLib {
589
/**
590
* Gets a possibly promisified (using `util.promisify`) version of the input `callback`.
591
*/
592
- DataFlow::SourceNode maybePromisified(DataFlow::SourceNode callback) {
+ private DataFlow::SourceNode maybePromisified(DataFlow::SourceNode callback) {
593
result = callback
594
or
595
exists(DataFlow::CallNode promisify |
0 commit comments