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

io.shiftleft.layers.EnhancementRunner.scala Maven / Gradle / Ivy

package io.shiftleft.layers

import io.shiftleft.SerializedCpg
import io.shiftleft.codepropertygraph.Cpg

class EnhancementRunner {
  def run(cpg: Cpg, serializedCpg: SerializedCpg): Unit = {
    val language = cpg.metaData.language.head
    new EnhancedBaseCreator(cpg.graph, language, serializedCpg).create
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy