TODO(free6om): make DAG a member of realGraphClient
| 75 | |
| 76 | // TODO(free6om): make DAG a member of realGraphClient |
| 77 | type realGraphClient struct { |
| 78 | client.Reader |
| 79 | } |
| 80 | |
| 81 | func (r *realGraphClient) Root(dag *graph.DAG, objOld, objNew client.Object, action *Action) { |
| 82 | var root *ObjectVertex |
nothing calls this directly
no outgoing calls
no test coverage detected