Docs.rs
the-code-graph-domain-0.1.2
the-code-graph-domain 0.1.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
MonsieurBarti
Dependencies
globset ^0.4
normal
rand ^0.9
normal
serde ^1
normal
sha2 ^0.10
normal
thiserror ^2
normal
tracing ^0.1
normal
serde_json ^1
dev
Versions
10.68%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module flow
the_
code_
graph_
domain
0.1.2
Module flow
Module Items
Functions
In the_
code_
graph_
domain::
analysis
the_code_graph_domain
::
analysis
Module
flow
Copy item path
Source
Functions
§
brandes_
betweenness
Compute betweenness centrality for all nodes using Brandes’ algorithm. Only traverses High-confidence edges (Calls, Extends, Implements, Embeds). Returns normalized scores in [0.0, 1.0] using directed graph factor (n-1)(n-2).
detect_
entry_
points
Detect entry points from symbols and edges.
enumerate_
flows
Enumerate execution flows from entry points via bounded DFS. Only traverses High-confidence edges. Respects depth limit, global flow cap, and per-entry-point visit budget. Uses per-path cycle detection.