Create saves the object obj in the underlying DAG.
(dag *graph.DAG, obj client.Object, opts ...GraphOption)
| 34 | |
| 35 | // Create saves the object obj in the underlying DAG. |
| 36 | Create(dag *graph.DAG, obj client.Object, opts ...GraphOption) |
| 37 | |
| 38 | // Delete deletes the given obj from the underlying DAG. |
| 39 | Delete(dag *graph.DAG, obj client.Object, opts ...GraphOption) |
no outgoing calls