Applier

@deprecated(message = "Please use overflowdb.BatchedUpdate.DiffGraphApplier as a replacement.", since = "approx v1.3.503")
object Applier
Deprecated
[Since version approx v1.3.503] Please use overflowdb.BatchedUpdate.DiffGraphApplier as a replacement.
class Object
trait Matchable
class Any

Value members

Concrete methods

def applyDiff(diff: DiffGraph, cpg: Cpg, undoable: Boolean, keyPool: Option[KeyPool]): AppliedDiffGraph
def applyDiff(diff: DiffGraph, graph: Graph, undoable: Boolean, keyPool: Option[KeyPool]): AppliedDiffGraph
def unapplyDiff(graph: Graph, inverseDiff: DiffGraph): Unit