ComposableKeyInfo

data class ComposableKeyInfo(val keyName: String, val composable: IrConstructorCall)

Holds information about the Composable function to be visited by the ComposeInvestigator.

Calculated from DurableComposableKeyAnalyzer visitor.

Parameters

keyName

Unique path of the Composable function, computed from DurableKeyTransformer.buildKey.

composable

Constructor call of a ComposableInformation for the current Composable function. No compoundKey is provided as a value arguments for this call.

Constructors

Link copied to clipboard
constructor(keyName: String, composable: IrConstructorCall)

Properties

Link copied to clipboard
val composable: IrConstructorCall
Link copied to clipboard