FindAll finds all objects that have same type with obj in the underlying DAG. obey the GraphOption if provided.
(dag *graph.DAG, obj interface{}, opts ...GraphOption)
| 63 | // FindAll finds all objects that have same type with obj in the underlying DAG. |
| 64 | // obey the GraphOption if provided. |
| 65 | FindAll(dag *graph.DAG, obj interface{}, opts ...GraphOption) []client.Object |
| 66 | |
| 67 | // FindMatchedVertex finds the matched vertex in the underlying DAG. |
| 68 | FindMatchedVertex(dag *graph.DAG, object client.Object) graph.Vertex |
no outgoing calls
no test coverage detected