| 28 | private val mRegisteredInterceptors = ConcurrentHashMap<Class<*>, HashSet<InterceptorInfo>>(4) |
| 29 | |
| 30 | private data class InterceptorInfo(val callback: TlrpcResultInterceptCallback, val owner: BaseDynamicHook) |
| 31 | |
| 32 | @Throws(ReflectiveOperationException::class) |
| 33 | private fun ensureInitialized() { |
no outgoing calls
no test coverage detected