Do does 'action' to 'objOld' and 'objNew' and return the vertex created. this method creates a vertex directly even if the given object already exists in the underlying DAG. WARN: this is a rather low-level API, will be refactored out in near future, avoid to use it.
(dag *graph.DAG, objOld, objNew client.Object, action *Action, parent *ObjectVertex, opts ...GraphOption)
| 51 | // this method creates a vertex directly even if the given object already exists in the underlying DAG. |
| 52 | // WARN: this is a rather low-level API, will be refactored out in near future, avoid to use it. |
| 53 | Do(dag *graph.DAG, objOld, objNew client.Object, action *Action, parent *ObjectVertex, opts ...GraphOption) *ObjectVertex |
| 54 | |
| 55 | // IsAction tells whether the action of the vertex of this obj is same as 'action'. |
| 56 | IsAction(dag *graph.DAG, obj client.Object, action *Action) bool |
no outgoing calls