type internal/profile.EdgeMap

7 uses

	internal/profile (current package)
		graph.go#L58: 	In, Out EdgeMap
		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#L468: func (em EdgeMap) Sort() []*Edge {
		graph.go#L479: func (em EdgeMap) Sum() int64 {