![JAR search and dependency download from the Maven repository](/logo.png)
io.shiftleft.semanticcpg.utils.Statements.scala Maven / Gradle / Ivy
package io.shiftleft.semanticcpg.utils
import io.shiftleft.codepropertygraph.generated.Cpg
import io.shiftleft.semanticcpg.language.*
object Statements {
def countAll(cpg: Cpg): Long =
cpg.method.topLevelExpressions.size
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy