Use fluent API instead of hasPropertyWrite

This commit is contained in:
Alvaro Muñoz
2022-12-12 10:46:50 +01:00
parent 1410d2838e
commit 469d7f52dc

View File

@@ -265,7 +265,7 @@ module Restify {
/**
* Gets the formatter handler installed by this setup.
*/
DataFlow::FunctionNode getAFormatterHandler() { formatters.hasPropertyWrite(_, result) }
DataFlow::FunctionNode getAFormatterHandler() { result = formatters.getAPropertyWrite().getRhs().getALocalSource() }
}
/**