INTERNAL: Do not use.
A let expression. For example:
if let Some(x) = maybe_some {
println!("{}", x);
}
Import path
import codeql.rust.elements.internal.generated.RawPredicates
| getAttr | Gets the |
| getNumberOfAttrs | Gets the number of attrs of this let expression. |
| getPat | Gets the pattern of this let expression, if it exists. |
| getScrutinee | Gets the scrutinee of this let expression, if it exists. |
| toString |