All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmMain.io.mockative.kotlinpoet.KSDeclaration.KotlinPoet.kt Maven / Gradle / Ivy

package io.mockative.kotlinpoet

import com.google.devtools.ksp.isInternal
import com.google.devtools.ksp.symbol.KSDeclaration

internal fun KSDeclaration.isEffectivelyInternal(): Boolean {
    return isInternal() || parentDeclaration?.isEffectivelyInternal() == true
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy