mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Use fluent API instead of hasPropertyWrite
This commit is contained in:
@@ -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() }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user