io.shiftleft.codepropertygraph

Type members

Classlikes

object Cpg

TODO this is now being generated as well - for now we'll just forward calls to generated.Cpg next step is to remove this class and move remove the generated part from the generated package

TODO this is now being generated as well - for now we'll just forward calls to generated.Cpg next step is to remove this class and move remove the generated part from the generated package

Companion
class
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.

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