* RequiresQueue::Callbacks */
| 68 | * RequiresQueue::Callbacks |
| 69 | */ |
| 70 | RequiresQueue::Callbacks::Callbacks() |
| 71 | { |
| 72 | collection[CallbackType::CHECK_TYPE_GROUP] = nullptr; |
| 73 | collection[CallbackType::QUEUE_CHECK] = nullptr; |
| 74 | collection[CallbackType::QUEUE_FETCH] = nullptr; |
| 75 | collection[CallbackType::PROVIDE_RESPONSE] = nullptr; |
| 76 | } |
| 77 | |
| 78 | |
| 79 | void RequiresQueue::Callbacks::AddCallback(const CallbackType type, CBFunction func) |
nothing calls this directly
no outgoing calls
no test coverage detected