Nodes is an ordered collection of graph nodes.
| 67 | |
| 68 | // Nodes is an ordered collection of graph nodes. |
| 69 | type Nodes []*Node |
| 70 | |
| 71 | // Node is an entry on a profiling report. It represents a unique |
| 72 | // program location. |
nothing calls this directly
no outgoing calls
no test coverage detected