| 33 | static ClassAllocator<APIHook, false> apiHookAllocator("apiHookAllocator"); |
| 34 | |
| 35 | APIHook * |
| 36 | APIHooks::head() const |
| 37 | { |
| 38 | return m_hooks.head; |
| 39 | } |
| 40 | |
| 41 | void |
| 42 | APIHooks::append(INKContInternal *cont) |
no outgoing calls
no test coverage detected