CodeQL library for Rust
codeql/rust-all 0.1.11 (changelog, source)
Search

Predicate signature InputSig::getReturnValueKind

Gets the return kind corresponding to specification "ReturnValue" when supplied with the argument arg.

Note that it is expected that the following equality holds:

getReturnValueKind("") = getStandardReturnValueKind()
signature ReturnKind getReturnValueKind(string arg)