| 637 | } |
| 638 | |
| 639 | bool CustomFunctionInjector::StaticCallWrapper(DivFunctions::CallProc next, uint32_t handle, OsiArgumentDesc* params) |
| 640 | { |
| 641 | auto& self = gExtender->GetServer().Osiris().GetCustomFunctionInjector(); |
| 642 | return self.CallWrapper(next, handle, params); |
| 643 | } |
| 644 | |
| 645 | bool CustomFunctionInjector::StaticQueryWrapper(DivFunctions::CallProc next, uint32_t handle, OsiArgumentDesc* params) |
| 646 | { |
nothing calls this directly
no test coverage detected