MCPcopy Create free account
hub / github.com/ShiftLeftSecurity/overflowdb / getInBlockOffset

Method getInBlockOffset

core/src/main/java/overflowdb/Edge.java:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 public int getInBlockOffset() {
68 return inBlockOffset;
69 }
70
71 public void setInBlockOffset(int offset) {
72 inBlockOffset = offset;

Callers 1

propertiesMapMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected