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

Function isInterestedRequest

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

Source from the content-addressed store, hash-verified

114 }
115
116 private fun isInterestedRequest(requestClass: Class<*>): Boolean {
117 return mRegisteredInterceptors.containsKey(requestClass)
118 }
119
120 class RequestDelegateInvocationHandler(private val fp: TlrpcResultCallback) : InvocationHandler {
121 override fun invoke(proxy: Any, method: Method, args: Array<out Any?>?): Any? {

Callers 1

beforeHookedMethodFunction · 0.85

Calls 1

containsKeyMethod · 0.45

Tested by

no test coverage detected