INNER CODE UNIT · Kotlin

sources

komikku-app/komikku · app/src/main/java/exh/debug/DebugFunctions.kt:309

        val sources = nHentaiSourceIds - NHENTAI_SOURCE_ID

        runBlocking { handler.await { ehQueries.migrateAllNhentaiToOtherLang(NHENTAI_SOURCE_ID, sources) } }
    }

    fun exportProtobufScheme() = ProtoBufSchemaGenerator.generateSchemaText(Backup.serializer().descriptor)

    fun killSyncJobs() {
        val context = Injekt.get<Application>()
        SyncDataJob.stop(context)
    }

    fun killLibraryJobs() {
        val context = Injekt.get<Application>()
        LibraryUpdateJob.stop(context)
    }
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…