MCPcopy
hub / github.com/Col-E/Recaf / copyMap

Method copyMap

src/main/java/me/coley/recaf/workspace/JavaResource.java:316–318  ·  view source on GitHub ↗

Copy a map for loaded items. @param map Map to copy. @return Copied map.

(Map<String, byte[]> map)

Source from the content-addressed store, hash-verified

314 * @return Copied map.
315 */
316 protected Map<String, byte[]> copyMap(Map<String, byte[]> map) {
317 return new HashMap<>(map);
318 }
319
320 /**
321 * @return Map of class names to their bytecode.

Callers 2

getClassesMethod · 0.95
getFilesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected