pub fn naming_reachable_files(
capped: &CappedEdges,
core_ids: &FxHashSet<FragmentId>,
max_depth: usize,
) -> FxHashSet<Arc<str>>Expand description
Files reachable from the core set through naming-class edges only, within
max_depth hops (#65 per-file admission). Diffuse channels (markers,
tags, similarity, structural stars) do not open a file; a file whose only
connection is proximity never enters the admissible set.