SerializedCpg

class SerializedCpg extends AutoCloseable
trait AutoCloseable
class Object
trait Matchable
class Any

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.

Concrete methods

@throws(scala.throws.$lessinit$greater$default$1[java.io.IOException])
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

@throws(scala.throws.$lessinit$greater$default$1[java.io.IOException])
def addOverlay(overlays: Iterator[GeneratedMessageV3], name: String): Unit
@throws(scala.throws.$lessinit$greater$default$1[java.io.IOException])
override
def close(): Unit
Definition Classes
AutoCloseable
def isEmpty: Boolean