NodeSet is a collection of node info structs.
| 217 | |
| 218 | // NodeSet is a collection of node info structs. |
| 219 | type NodeSet map[NodeInfo]bool |
| 220 | |
| 221 | // NodePtrSet is a collection of nodes. Trimming a graph or tree requires a set |
| 222 | // of objects which uniquely identify the nodes to keep. In a graph, NodeInfo |
nothing calls this directly
no outgoing calls
no test coverage detected