Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for substitutionIfPresent (0.2 sec)

  1. subprojects/core/src/testFixtures/groovy/org/gradle/internal/classpath/intercept/TestInterceptorsSubstitution.groovy

         */
        void cleanupForCurrentThread() {
            synchronized (CallInterceptorRegistry.class) {
                substitutionIfPresent()?.cancelSubstitutionForCurrentThread()
                maybeRevertGlobalJvmBytecodeInterceptorFactorySet()
            }
        }
    
        @Nullable
        private ThreadLocalInterceptorSet<T> substitutionIfPresent() {
            def decorator = getCurrentInterceptorSet()
            if (decorator instanceof ThreadLocalInterceptorSet) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 16:29:37 UTC 2023
    - 3.3K bytes
    - Viewed (0)
Back to top