Alexander Ioffe
08/04/2024, 8:24 PMdmitriy.novozhilov
08/05/2024, 6:56 AM(irFile.metadata as? FirMetadataSource.File)
?.fir
?.source
?.getElementTextInContextForDebug()
Alexander Ioffe
08/06/2024, 2:30 AMirFile.metadata
is a DescriptorMetadataSource.File
.
Anything I can do from there?Alexander Ioffe
08/06/2024, 2:34 AMirFile.getKtFile()?.text
seems to be working. Does that do IO in the background or is the stuff in there already loaded?dmitriy.novozhilov
08/06/2024, 6:37 AMAlexander Ioffe
08/06/2024, 11:26 AMdmitriy.novozhilov
08/06/2024, 11:43 AM