Cpg

class Cpg(val graph: Graph) extends AutoCloseable

Traversal starting point. This is the starting point of all traversals. A variable of this type named cpg is made available in the REPL.

Value Params
graph

the underlying graph. An empty graph is created if this parameter is omitted.

Companion
object
trait AutoCloseable
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def close(): Unit

Closes code property graph. No further operations can be performed on it.

Closes code property graph. No further operations can be performed on it.

Definition Classes
AutoCloseable

Concrete fields

val graph: Graph
lazy
val help: String