Does IrFunction have a stable unique-identifier th...
# compiler
a
Does IrFunction have a stable unique-identifier that survives compilation (ie that would be the same whether the parent is a IrFile or an IrExternalPackageFragment)?
y
I think, but I might be wrong, that the signature + FqName should serve as that.
a
You mean IdSingature? That comes up as null all the time
z
signature isn't available unless it's public
I recommend making your own hash based on what you need from it
i.e. callableId + param types + return type maybe