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

Module Impl

INTERNAL: This module contains the customizable definition of CallExpr and should not be referenced directly.

Import path

import codeql.rust.elements.internal.CallExprImpl

Predicates

Classes

CallExpr

A function call expression. For example: rust foo(42); foo::<u32, u64>(42); foo[0](42); foo(1) = 4;