| 225 | |
| 226 | |
| 227 | CustomFunctionInjector::CustomFunctionInjector(OsirisWrappers & wrappers, CustomFunctionManager & functions) |
| 228 | : wrappers_(wrappers), functions_(functions) |
| 229 | {} |
| 230 | |
| 231 | void CustomFunctionInjector::Initialize() |
| 232 | { |
nothing calls this directly
no outgoing calls
no test coverage detected