Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertValidId (0.1 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/modulecache/ModuleSourcesSerializer.java

                try {
                    if (source instanceof PersistentModuleSource) {
                        PersistentModuleSource persistentModuleSource = (PersistentModuleSource) source;
                        int codecId = assertValidId(persistentModuleSource.getCodecId());
                        encoder.writeSmallInt(codecId);
                        PersistentModuleSource.Codec<PersistentModuleSource> codec = Cast.uncheckedCast(moduleSourceCodecs.get(codecId));
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 2.9K bytes
    - Viewed (0)
Back to top