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

Method To

pkg/controller/graph/dag.go:37–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35type Edge interface {
36 From() Vertex
37 To() Vertex
38}
39
40type realEdge struct {

Implementers 1

realEdgepkg/controller/graph/dag.go

Calls

no outgoing calls

Tested by 3

TestXConnectFunction · 0.52