filter
fun filter(graph: ModuleDependencyGraph, focus: List<String>, exclude: List<String>, neighborDepth: Int): ModuleDependencyGraph(source)
Returns graph restricted by focus / exclude globs. When both lists are empty the graph is returned unchanged (the common no-filter case), so existing exports are byte-for-byte identical.