MCPcopy
hub / github.com/apecloud/kubeblocks / realEdge

Struct realEdge

pkg/controller/graph/dag.go:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40type realEdge struct {
41 F, T Vertex
42}
43
44// WalkFunc defines the action should be taken when we walk through the DAG.
45// the func is vertex basis

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected