Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for graphHasNotChanged (0.12 sec)

  1. platforms/native/language-native/src/main/java/org/gradle/language/nativeplatform/internal/incremental/IncrementalCompileFilesFactory.java

                        if (previousState != null) {
                            // Already seen this source file before. See if we can reuse the analysis from last time
                            if (graphHasNotChanged(sourceFile, fileContent, previousState, existingHeaders)) {
                                // Include file graph for this source file has not changed, skip this file
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 14.6K bytes
    - Viewed (0)
Back to top