MCPcopy Create free account
hub / github.com/cinit/TMoe / InterceptorInfo

Class InterceptorInfo

app/src/main/java/cc/ioctl/tmoe/td/RequestInterceptor.kt:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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() {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected