SerializedCpg

io.shiftleft.SerializedCpg
class SerializedCpg extends AutoCloseable

Attributes

Graph
Supertypes
trait AutoCloseable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Constructors

def this(filename: String)

Create Serialized CPG from existing file. If the file does not exist, an empty Serialized CPG is created.

Create Serialized CPG from existing file. If the file does not exist, an empty Serialized CPG is created.

Attributes

Concrete methods

def addOverlay(overlay: GeneratedMessageV3, name: String): Unit

Add overlay graph named name to the zip file

Add overlay graph named name to the zip file

Attributes

def addOverlay(overlays: Iterator[GeneratedMessageV3], name: String): Unit
override def close(): Unit

Attributes

Definition Classes
AutoCloseable
def isEmpty: Boolean