Skip to main content

Module graph

Module graph 

Source
Expand description

In-memory subgraph representation optimised for traversal.

The Subgraph struct builds an adjacency list on construction so that neighbor lookups are O(1). It is the input to all detection algorithms in crate::detect.

Structsยง

IndexedSubgraph
Indexed form of a Subgraph for efficient traversal.
Subgraph
A self-contained subgraph extracted from Neo4j.