Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
RemoveEdge
core/src/main/java/overflowdb/BatchedU
CreateNode
core/src/main/java/overflowdb/BatchedU
RemoveNode
core/src/main/java/overflowdb/BatchedU
CreateEdge
core/src/main/java/overflowdb/BatchedU
SetNodeProperty
core/src/main/java/overflowdb/BatchedU
Calls
no outgoing calls
Tested by
no test coverage detected