All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.shiftleft.semanticcpg.utils.Statements.scala Maven / Gradle / Ivy

There is a newer version: 4.0.77
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy