type internal/profile.Edge

9 uses

	internal/profile (current package)
		graph.go#L106: 	info := &Edge{Src: n, Dest: to, WeightDiv: dv, Weight: v, Residual: residual, Inline: inline}
		graph.go#L195: type EdgeMap []*Edge
		graph.go#L197: func (em EdgeMap) FindTo(n *Node) *Edge {
		graph.go#L206: func (em *EdgeMap) Add(e *Edge) {
		graph.go#L210: func (em *EdgeMap) Delete(e *Edge) {
		graph.go#L221: type Edge struct {
		graph.go#L235: func (e *Edge) WeightValue() int64 {
		graph.go#L468: func (em EdgeMap) Sort() []*Edge {
		graph.go#L487: type edgeList []*Edge