ProtoToCpg

io.shiftleft.codepropertygraph.cpgloading.ProtoToCpg
See theProtoToCpg companion object
class ProtoToCpg(overflowConfig: Config)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def addEdge(dst: Long, src: Long, typ: EdgeType, properties: Iterable[Property]): Unit
def addNodes(nodes: Collection[Node]): Unit
def addNodes(nodes: Iterable[Node]): Unit
def build(): Cpg
def graph: Graph