- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for apiTypeUsageForReturnType (0.1 seconds)
-
build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/ApiTypeProvider.kt
val parameters: List<ApiFunctionParameter> by unsafeLazy { context.apiFunctionParametersFor(delegate, visitedSignature) } val returnType: ApiTypeUsage by unsafeLazy { context.apiTypeUsageForReturnType(delegate, visitedSignature?.returnType) } internal val binarySignature: String get() = "${owner.binaryName}.$name(${parameters.joinToString(",") { it.typeBinaryName }})"Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Mar 12 15:56:18 GMT 2025 - 20.2K bytes - Click Count (0)