| 643 | } |
| 644 | |
| 645 | bool CustomFunctionInjector::StaticQueryWrapper(DivFunctions::CallProc next, uint32_t handle, OsiArgumentDesc* params) |
| 646 | { |
| 647 | auto& self = gExtender->GetServer().Osiris().GetCustomFunctionInjector(); |
| 648 | return self.QueryWrapper(next, handle, params); |
| 649 | } |
| 650 | |
| 651 | bool CustomFunctionInjector::CallWrapper(DivFunctions::CallProc next, uint32_t handle, OsiArgumentDesc * params) |
| 652 | { |
nothing calls this directly
no test coverage detected