pub fn render_dot_reachable_with_labels(
graph: &ChannelGraph,
label_fn: impl Fn(&OffchainPublicKey) -> String,
) -> StringExpand description
Like render_dot_with_labels, but only includes edges reachable from the
current node via directed BFS. Disconnected subgraphs are excluded.