Applier

@deprecated(message = "Please use overflowdb.BatchedUpdate.applyDiff as a replacement.", since = "v1.3.508")
object Applier
Deprecated
[Since version v1.3.508] Please use overflowdb.BatchedUpdate.applyDiff 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