References

data class References(val delegate: SafeCache<SourceSetName, LazySet<Reference>>, val project: McProject) : ProjectContext.Element

Constructors

Link copied to clipboard
fun References(delegate: SafeCache<SourceSetName, LazySet<Reference>>, project: McProject)

Types

Link copied to clipboard
object Key : ProjectContext.Key<References>

Functions

Link copied to clipboard
suspend fun all(): LazySet<Reference>
Link copied to clipboard
private suspend fun fetchNewReferences(sourceSetName: SourceSetName): LazySet<Reference>
Link copied to clipboard
suspend fun get(sourceSetName: SourceSetName): LazySet<Reference>

Properties

Link copied to clipboard
private val delegate: SafeCache<SourceSetName, LazySet<Reference>>
Link copied to clipboard
open override val key: ProjectContext.Key<References>
Link copied to clipboard
private val project: McProject

Sources

Link copied to clipboard