``` if not root_targets: return set() build_grap...
# general
b
Copy code
if not root_targets:
  return set()
build_graph = iter(root_targets).next()._build_graph
return build_graph.transitive_subgraph_of_addresses_bfs(t.address for t in root_targets)