io.shiftleft.codepropertygraph.cpgloading

Type members

Classlikes

object CpgLoader
Companion
class
class CpgLoaderConfig(var createIndexes: Boolean, var overflowDbConfig: Config)

Configuration for the CPG loader

Configuration for the CPG loader

Value Params
createIndexes

indicate whether to create indices or not

overflowDbConfig

configuration for the on-disk-overflow feature

Companion
object

Removes duplicate nodes to avoid uniqueness restriction for parallel frontends.

Removes duplicate nodes to avoid uniqueness restriction for parallel frontends.

object ProtoToCpg
Companion
class
class ProtoToCpg(overflowConfig: Config)
Companion
object
case
class TmpEdge(dst: Long, src: Long, typ: Int, properties: List[Property])
class ZipArchive(inputFile: String) extends Closeable