| 251 | defer setCurrentConfig(baseConfig) |
| 252 | |
| 253 | type WantSample struct { |
| 254 | values []int64 |
| 255 | labels map[string][]string |
| 256 | } |
| 257 | |
| 258 | const path = "testdata/" |
| 259 | type testcase struct { |
nothing calls this directly
no outgoing calls
no test coverage detected