Skip to content

Commit 009403b

Browse files
author
Alvaro Muñoz
committed
Add QLDoc for FormatterSetup.getAFormatterHandler
1 parent 976dd7f commit 009403b

File tree

1 file changed

+3
-0
lines changed
  • javascript/ql/lib/semmle/javascript/frameworks

1 file changed

+3
-0
lines changed

javascript/ql/lib/semmle/javascript/frameworks/Restify.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,9 @@ module Restify {
262262
.hasPropertyWrite("formatters", formatters)
263263
}
264264

265+
/**
266+
* Gets the formatter handler installed by this setup.
267+
*/
265268
DataFlow::FunctionNode getAFormatterHandler() { formatters.hasPropertyWrite(_, result) }
266269
}
267270

0 commit comments

Comments
 (0)