mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Fix comment to avoid summarizing implementation
Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
This commit is contained in:
committed by
GitHub
parent
b277731312
commit
8be58fe01e
@@ -414,7 +414,7 @@ module NodeJSLib {
|
||||
* `fs.methodName` where the `i`th parameter's name is `filename` or
|
||||
* `path` or a variation thereof.
|
||||
*
|
||||
* For `fs-extra`, we use the `fsExtraExtensionFileParam` predicate.
|
||||
* For `fs-extra`, we use a manually maintained list.
|
||||
*/
|
||||
private predicate fsFileParam(string methodName, int i) {
|
||||
exists(ExternalMemberDecl decl, Function f, JSDocParamTag p, string n |
|
||||
|
||||
Reference in New Issue
Block a user