MCPcopy Index your code
hub / github.com/ShiftLeftSecurity/overflowdb / Change

Interface Change

core/src/main/java/overflowdb/BatchedUpdate.java:47–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46 //Interface Change
47 public interface Change {
48 }
49
50 public static class DiffGraph implements DiffOrBuilder {
51 public final Change[] changes;

Callers

nothing calls this directly

Implementers 5

RemoveEdgecore/src/main/java/overflowdb/BatchedU
CreateNodecore/src/main/java/overflowdb/BatchedU
RemoveNodecore/src/main/java/overflowdb/BatchedU
CreateEdgecore/src/main/java/overflowdb/BatchedU
SetNodePropertycore/src/main/java/overflowdb/BatchedU

Calls

no outgoing calls

Tested by

no test coverage detected