- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ensureProjectNotSeen (0.06 sec)
-
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild/nullaway/NullawayStatusService.kt
private fun ensureProjectNotSeen(projectPath: String) { require(projectPath !in projectsWithNullAwayEnabled) require(projectPath !in projectsWithUncheckedDeps) require(projectPath !in projectsToEnableNullaway) } fun addProjectWithNullawayEnabled(projectPath: String) { ensureProjectNotSeen(projectPath) projectsWithNullAwayEnabled.add(projectPath)Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Aug 20 13:18:23 UTC 2025 - 3.8K bytes - Viewed (0)