Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for findTagsByName (0.06 seconds)

  1. build-logic/buildquality/src/main/kotlin/gradlebuild/incubation/action/IncubatingApiReportWorkAction.kt

        val KtCallableDeclaration.receiverTypeString: String?
            get() = receiverTypeReference?.text
    
        private
        val KtNamedDeclaration.sinceVersion: String
            get() = docComment?.getDefaultSection()?.findTagsByName("since")?.singleOrNull()?.getContent()
                ?: VERSION_NOT_FOUND
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Mon Jun 02 09:57:54 GMT 2025
    - 14.1K bytes
    - Click Count (0)
Back to Top