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

io.shiftleft.cpgloading.tinkergraphshiftleft.CpgLoader.scala Maven / Gradle / Ivy

There is a newer version: 0.9.115
Show newest version
package io.shiftleft.cpgloading.tinkergraphshiftleft

import io.shiftleft.cpgloading.CpgLoaderBase

/* singleton instance for convenience */
object CpgLoader extends CpgLoader

/** Load cpg proto (typically cpg.bin.zip) into a new Tinkergraph instance */
class CpgLoader extends CpgLoaderBase {
  override protected def builder = new ProtoToCpg
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy