Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for otherFunction (0.09 sec)

  1. platforms/native/language-native/src/integTest/groovy/org/gradle/language/AbstractNativePreCompiledHeaderIntegrationTest.groovy

        def addFunction(SourceFile sourceFile) {
            return new SourceFile(sourceFile.path, sourceFile.name, sourceFile.content + """
                // Extra function to ensure library has different size
                int otherFunction() {
                    return 1000;
                }
            """)
        }
    
        def otherLibrarySourceModified() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 20.9K bytes
    - Viewed (0)
Back to top