Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for points (0.15 sec)

  1. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirDataFlowInfoProvider.kt

                    }
                }
            }
    
            addGraph(graphProvider())
    
            return@lazy result
        }
    
        /**
         * Find the last node in a graph (or its subgraphs) that point to the given [fir] element.
         */
        fun findLast(fir: FirElement): CFGNode<*>? {
            val directNodes = mapping[fir]
            if (directNodes != null) {
                return directNodes.last()
            }
    
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Tue Apr 16 06:40:43 GMT 2024
    - 22.9K bytes
    - Viewed (0)
Back to top