internal/profile.Edge.Dest (field)

6 uses

	internal/profile (current package)
		graph.go#L106: 	info := &Edge{Src: n, Dest: to, WeightDiv: dv, Weight: v, Residual: residual, Inline: inline}
		graph.go#L199: 		if e.Dest == n {
		graph.go#L222: 	Src, Dest *Node
		graph.go#L458: 			out = append(out, nodeIndex[to.Dest])
		graph.go#L504: 	to1 := el[i].Dest.Info.PrintableName()
		graph.go#L505: 	to2 := el[j].Dest.Info.PrintableName()