Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hasFunctionAttribute (0.09 sec)

  1. build-logic/binary-compatibility/src/main/kotlin/gradlebuild/binarycompatibility/metadata/HasKotlinFlagsMetadataQuery.kt

            MemberType.FIELD -> hasPropertyAttribute(kmClass::properties, jvmSignature, predicate)
            MemberType.CONSTRUCTOR -> hasConstructorAttribute(kmClass::constructors, jvmSignature, predicate)
            MemberType.METHOD -> hasFunctionAttribute(kmClass::functions, jvmSignature, predicate) ||
                hasPropertyAttribute(kmClass::properties, jvmSignature, predicate)
        }
    }
    
    
    private
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Fri Jul 04 09:21:38 UTC 2025
    - 5.8K bytes
    - Viewed (0)
Back to top