MCPcopy Create free account
hub / github.com/BaseXdb/basex / copy

Method copy

basex-core/src/main/java/org/basex/gui/view/map/MapRects.java:114–118  ·  view source on GitHub ↗

Creates a copy of the rectangles. @return copy

()

Source from the content-addressed store, hash-verified

112 * @return copy
113 */
114 MapRects copy() {
115 final MapRects rects = new MapRects(size);
116 rects.add(this);
117 return rects;
118 }
119}

Callers 1

calcMethod · 0.45

Calls 1

addMethod · 0.95

Tested by

no test coverage detected