| 475 | |
| 476 | |
| 477 | CustomFunctionInjector::CustomFunctionInjector(OsirisWrappers & wrappers, CustomFunctionManager & functions) |
| 478 | : wrappers_(wrappers), functions_(functions) |
| 479 | {} |
| 480 | |
| 481 | CustomFunctionInjector::~CustomFunctionInjector() |
| 482 | { |
nothing calls this directly
no outgoing calls
no test coverage detected