Module Input
Import path
import codeql.ruby.dataflow.internal.FlowSummaryImplPredicates
| callableFromSource | Holds if |
| callbackSelfParameterPosition | Gets the parameter position representing a callback itself, if any. |
| decodeUnknownArgumentPosition | Gets an argument position corresponding to the unknown token |
| decodeUnknownContent | Gets a content corresponding to the unknown token |
| decodeUnknownParameterPosition | Gets a parameter position corresponding to the unknown token |
| decodeUnknownWithContent | Gets a with-content corresponding to the unknown token |
| encodeArgumentPosition | Gets the textual representation of argument position |
| encodeContent | Gets the textual representation of content |
| encodeParameterPosition | Gets the textual representation of parameter position |
| encodeReturn | Gets the textual representation of return kind |
| encodeWithContent | Gets the textual representation of with-content |
| encodeWithoutContent | Gets the textual representation of without-content |
| getStandardReturnValueKind | Gets the return kind corresponding to specification |
Aliases
| SinkBase | The trivial empty type. |
| SourceBase | The trivial empty type. |
| SummarizedCallableBase | The primitive type of strings of characters. A string consists of Unicode characters expressed internally as UTF-16. All predicates that work with string length or string indices are based on counting UTF-16 code units. |