EdgeMap is used to represent the incoming/outgoing edges from a node.
| 266 | |
| 267 | // EdgeMap is used to represent the incoming/outgoing edges from a node. |
| 268 | type EdgeMap map[*Node]*Edge |
| 269 | |
| 270 | // Edge contains any attributes to be represented about edges in a graph. |
| 271 | type Edge struct { |
nothing calls this directly
no outgoing calls
no test coverage detected