Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for expectedLength (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-logic/dependency-modules/src/main/kotlin/gradlebuild.dependency-modules.gradle.kts

            val group = r.group
            val module = r.module
            val expectedLength = group.length + 1 + module.length
    
            val isProvided = providedBy.any {
                // This method is called very often during dependency resolution.
                // This implementation avoids allocating new strings.
                it.length == expectedLength &&
                    it[group.length] == ':' &&
                    it.startsWith(group) &&
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 26 09:04:32 GMT 2026
    - 9.5K bytes
    - Click Count (0)
Back to Top