terraform/internal/dag
Samsondeen 2a79f5fa53
Use iterators for graph vertices (#36558)
* Use iterators for graph vertices

* use func filter

* use type param instead of function filter

One type parameter seem to be enough instead of 2
2025-06-03 13:57:13 +02:00
..
dag.go FirstAncestorsWith and MatchAncestor 2024-10-17 10:09:39 -04:00
dag_test.go FirstAncestorsWith and MatchAncestor 2024-10-17 10:09:39 -04:00
dot.go Apply some new go collection features (#36818) 2025-04-02 16:20:16 +02:00
dot_test.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
edge.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
edge_test.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
graph.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
graph_test.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
marshal.go Terraform test: Execute eligible test runs in parallel (#36300) 2025-02-05 15:18:38 +01:00
marshal_test.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
seq.go Use iterators for graph vertices (#36558) 2025-06-03 13:57:13 +02:00
seq_test.go Use iterators for graph vertices (#36558) 2025-06-03 13:57:13 +02:00
set.go Apply some new go collection features (#36818) 2025-04-02 16:20:16 +02:00
set_test.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
tarjan.go fix: delete min function 2023-12-17 15:45:46 +09:00
tarjan_test.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
walk.go Terraform test: Execute eligible test runs in parallel (#36300) 2025-02-05 15:18:38 +01:00
walk_test.go Terraform test: Execute eligible test runs in parallel (#36300) 2025-02-05 15:18:38 +01:00