io.shiftleft.queryprimitives.utils.Statements.scala Maven / Gradle / Ivy
package io.shiftleft.queryprimitives.utils
import io.shiftleft.codepropertygraph.Cpg
object Statements {
def countAll(cpg: Cpg): Long = {
cpg.method.topLevelExpressions.s.count
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy