()
| 136 | type Samples []*Sample |
| 137 | |
| 138 | func (s Samples) Len() int { |
| 139 | return len(s) |
| 140 | } |
| 141 | |
| 142 | // Less compares first the metrics, then the timestamp. |
| 143 | func (s Samples) Less(i, j int) bool { |
nothing calls this directly
no outgoing calls
no test coverage detected