Docs.rs
  • cairo-lang-lowering-2.6.0
    • cairo-lang-lowering 2.6.0
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • gilbens-starkware
    • orizi
    • Dependencies
      • cairo-lang-debug ~2.6.0 normal
      • cairo-lang-defs ~2.6.0 normal
      • cairo-lang-diagnostics ~2.6.0 normal
      • cairo-lang-filesystem ~2.6.0 normal
      • cairo-lang-parser ~2.6.0 normal
      • cairo-lang-proc-macros ~2.6.0 normal
      • cairo-lang-semantic ~2.6.0 normal
      • cairo-lang-syntax ~2.6.0 normal
      • cairo-lang-utils ~2.6.0 normal
      • id-arena ^2.2.1 normal
      • itertools ^0.11.0 normal
      • log ^0.4 normal
      • num-bigint ^0.4 normal
      • num-traits ^0.2 normal
      • once_cell ^1.18.0 normal
      • salsa ^0.16.1 normal
      • smol_str ^0.2.0 normal
      • env_logger ^0.10.0 dev
      • indoc ^2.0.4 dev
      • pretty_assertions ^1.4.0 dev
      • test-log ^0.2.13 dev
    • Versions
    • 46.67% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

cairo_lang_lowering2.6.0

Module cycles

  • Functions

In cairo_lang_lowering::graph_algorithms

?
Change settings

Module cairo_lang_lowering::graph_algorithms::cycles

source ·

Functions§

  • contains_cycle
    Query implementation of LoweringGroup::contains_cycle.
  • contains_cycle_handle_cycle
    Cycle handling for LoweringGroup::contains_cycle.
  • function_with_body_direct_callees
    Query implementation of crate::db::LoweringGroup::function_with_body_direct_callees.
  • function_with_body_direct_function_with_body_callees
    Query implementation of crate::db::LoweringGroup::function_with_body_direct_function_with_body_callees.
  • in_cycle
    Query implementation of LoweringGroup::in_cycle.