Class Raw::ConsumeExpr
INTERNAL: Do not use.
An expression that forces value to be moved. In the example below, consume marks the move expression:
let y = ...
let x = consume y
Import path
import codeql.swift.generated.RawDirect supertypes
Predicates
| getSubExpr | Gets the sub expression of this consume expression. |
| toString |