CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (changelog, source)
Search

Member predicate API::Node::getReturn

Gets the result of a call to method with this value as the receiver, or the return value of method defined on an object that can reach this sink.

This is a shorthand for getMethod(method).getReturn().

Node getReturn(string method)