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

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.Content

Direct supertypes

Indirect 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.

Charpred