| 284 | } |
| 285 | |
| 286 | std::unique_ptr<SnapRegistryItem> TimeInvariantSnapFunction( |
| 287 | const Identifier& functionId, const TranslatableString& label, |
| 288 | MultiplierFunctor functor) |
| 289 | { |
| 290 | return std::make_unique<ProjectDependentMultiplierSnapItem>( |
| 291 | functionId, label, std::move(functor)); |
| 292 | } |
| 293 | |
| 294 | std::unique_ptr<SnapRegistryItem> TimeInvariantSnapFunction( |
| 295 | const Identifier& functionId, const TranslatableString& label, |
no test coverage detected