io.shiftleft.cpgloading.tinkergraphshiftleft.CpgLoader.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cpgloader-tinkergraph-shiftleft Show documentation
Show all versions of cpgloader-tinkergraph-shiftleft Show documentation
cpgloader-tinkergraph-shiftleft
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
}