()
| 263 | } |
| 264 | |
| 265 | export function buildTimeSeriesData(): TimeSeriesData { |
| 266 | return { |
| 267 | scalars: {}, |
| 268 | histograms: {}, |
| 269 | images: {}, |
| 270 | }; |
| 271 | } |
| 272 | |
| 273 | export function createTimeSeriesData(): TimeSeriesData { |
| 274 | return { |
no outgoing calls
no test coverage detected
searching dependent graphs…