| 33 | |
| 34 | template <typename T> |
| 35 | Context *AsyncRequest<T>::create_callback_context() { |
| 36 | return util::create_context_callback(this); |
| 37 | } |
| 38 | |
| 39 | template <typename T> |
| 40 | Context *AsyncRequest<T>::create_async_callback_context() { |
no test coverage detected