Add QLDoc for FormatterSetup.getAFormatterHandler

This commit is contained in:
Alvaro Muñoz
2022-10-19 22:18:13 +02:00
parent 976dd7f99f
commit 009403b61e

View File

@@ -262,6 +262,9 @@ module Restify {
.hasPropertyWrite("formatters", formatters)
}
/**
* Gets the formatter handler installed by this setup.
*/
DataFlow::FunctionNode getAFormatterHandler() { formatters.hasPropertyWrite(_, result) }
}