io.shiftleft.codepropertygraph.cpgloading

Members list

Concise view

Type members

Classlikes

object CpgLoader

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
class
Graph
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

Attributes

createIndexes

indicate whether to create indices or not

overflowDbConfig

configuration for the on-disk-overflow feature

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Removes duplicate nodes to avoid uniqueness restriction for parallel frontends.

Removes duplicate nodes to avoid uniqueness restriction for parallel frontends.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object ProtoToCpg

Attributes

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

Attributes

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

Attributes

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

Attributes

Graph
Supertypes
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any