pub fn neighborhood(
db: &Database,
target: &str,
opts: &GraphOptions,
) -> Result<GraphNeighborhood>Expand description
Expand the k-hop neighborhood around target (path, id, title, or symbol:…).
pub fn neighborhood(
db: &Database,
target: &str,
opts: &GraphOptions,
) -> Result<GraphNeighborhood>Expand the k-hop neighborhood around target (path, id, title, or symbol:…).