Home
last modified time | relevance | path

Searched refs:shouldReceiveType (Results 1 – 1 of 1) sorted by relevance

/expo/packages/expo-modules-core/android-annotation-processor/src/main/java/expo/modules/annotationprocessor/
H A DExpoSymbolProcessor.kt72 val shouldReceiveType = shouldReceiveType(function) ?: return in visitFunctionDeclaration() constant
82 shouldReceiveType in visitFunctionDeclaration()
97 private fun shouldReceiveType(function: KSFunctionDeclaration): Boolean? { in shouldReceiveType() method