(model: RunInput["model"], variant: string | undefined)
| 212 | } |
| 213 | |
| 214 | export function saveVariant(model: RunInput["model"], variant: string | undefined): void { |
| 215 | void runtime.saveVariant(model, variant) |
| 216 | } |
no outgoing calls
no test coverage detected