()
| 242 | } |
| 243 | |
| 244 | export function createImageStepData(): ImageStepDatum[] { |
| 245 | return [ |
| 246 | {step: 0, wallTime: 123, imageId: '<image_id_0>'}, |
| 247 | {step: 1, wallTime: 124, imageId: '<image_id_1>'}, |
| 248 | {step: 99, wallTime: 125, imageId: '<image_id_2>'}, |
| 249 | ]; |
| 250 | } |
| 251 | |
| 252 | function createStepData(plugin: PluginType) { |
| 253 | switch (plugin) { |
no outgoing calls
no test coverage detected
searching dependent graphs…