Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getInstrumentationTypeRegistry (0.18 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/initialization/transform/services/CacheInstrumentationDataBuildService.java

        public InstrumentationAnalysisSerializer getCachedInstrumentationAnalysisSerializer() {
            return serializer.get();
        }
    
        public InstrumentationTypeRegistry getInstrumentationTypeRegistry(long contextId) {
            InstrumentationTypeRegistry gradleCoreInstrumentationTypeRegistry = internalServices.get().getGradleCoreInstrumentationTypeRegistry();
            if (gradleCoreInstrumentationTypeRegistry.isEmpty()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 15:08:33 UTC 2024
    - 10.6K bytes
    - Viewed (0)
Back to top