internal/profile.EdgeMap.FindTo (method)

2 uses

	internal/profile (current package)
		graph.go#L94: 	if e := n.Out.FindTo(to); e != nil {
		graph.go#L197: func (em EdgeMap) FindTo(n *Node) *Edge {