io.shiftleft.codepropertygraph.cpgloading

Members list

Type members

Classlikes

object CpgLoader

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
CpgLoader.type

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class CpgLoaderConfig(var createIndexes: Boolean, var overflowDbConfig: Config)

Configuration for the CPG loader

Configuration for the CPG loader

Value parameters

createIndexes

indicate whether to create indices or not

overflowDbConfig

configuration for the on-disk-overflow feature

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
class NodeFilter

Removes duplicate nodes to avoid uniqueness restriction for parallel frontends.

Removes duplicate nodes to avoid uniqueness restriction for parallel frontends.

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object ProtoToCpg

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
ProtoToCpg.type
class ProtoToCpg(overflowConfig: Config)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
case class TmpEdge(dst: Long, src: Long, typ: Int, properties: List[Property])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class ZipArchive(inputFile: String) extends Closeable

Attributes

Supertypes
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any