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

Method propertyKeys

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

Source from the content-addressed store, hash-verified

101 }
102
103 @Override
104 public Set<String> propertyKeys() {
105 return specificKeys;
106 }
107
108 @Override
109 protected void removePropertyImpl(String key) {

Callers 1

propertiesMapMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected