MCPcopy Create free account
hub / github.com/Neop/mudmap2 / resetCopy

Method resetCopy

src/main/java/mudmap2/CopyPaste.java:294–298  ·  view source on GitHub ↗

Removes all places from the copy/cut list

()

Source from the content-addressed store, hash-verified

292 * Removes all places from the copy/cut list
293 */
294 public static void resetCopy() {
295 // cleanup
296 copyPlaces = null;
297 copyPlaceLocations = null;
298 }
299
300 /**
301 * Has plac(es) for cut operation

Callers 4

copyMethod · 0.95
cutMethod · 0.95
pasteMethod · 0.95
keyPressedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected