Class TuplePositionContent
Content stored at a position in a tuple.
NOTE: Unlike structs and enums tuples are structural and not nominal,
hence we don’t store a canonical path for them.
Import path
import codeql.rust.dataflow.internal.ContentDirect supertypes
Predicates
| getAnAccess | Gets an access to this field. |
| getLocation | Gets the location of this content. |
| getPosition | Gets the index of this tuple position. |
| toString | Gets a textual representation of this content. |