IrInvalidationTraceTableHolder

An interface that holds an initialized ComposableInvalidationTraceTable for each file.

Inheritors

Functions

Link copied to clipboard
abstract fun tableByFile(file: IrFile): IrInvalidationTraceTable

Returns an instantiated IrInvalidationTraceTable class for the given file. If it cannot be found, an exception is thrown.