NodeMap maps from a node info struct to a node. It is used to merge report entries with the same info.
| 214 | // NodeMap maps from a node info struct to a node. It is used to merge |
| 215 | // report entries with the same info. |
| 216 | type NodeMap map[NodeInfo]*Node |
| 217 | |
| 218 | // NodeSet is a collection of node info structs. |
| 219 | type NodeSet map[NodeInfo]bool |
nothing calls this directly
no outgoing calls
no test coverage detected