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

Method toString

core/src/main/java/overflowdb/Graph.java:203–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201 }
202
203 @Override
204 public String toString() {
205 return String.format("%s [%d nodes]", getClass().getSimpleName(), nodeCount());
206 }
207
208 /**
209 * If the config.graphLocation is set, data in the graph is persisted to that location.

Callers 2

attachPropertiesMethod · 0.45

Calls 1

nodeCountMethod · 0.95

Tested by

no test coverage detected