MCPcopy Index your code
hub / github.com/alaisi/nalloc / clone

Method clone

src/main/java/com/github/nalloc/Array.java:54–54  ·  view source on GitHub ↗

Returns a shallow clone of an array. Cloning is a cheap operation, only the pointer is cloned and not the array content. @return Clone of this array pointer

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

shouldCloneArrayMethod · 0.65
shouldCloneArrayMethod · 0.65
shouldClonePointerMethod · 0.65
cloneMethod · 0.65
cloneMethod · 0.65
cloneMethod · 0.65
cloneMethod · 0.65

Implementers 1

HeapArraysrc/main/java/com/github/nalloc/impl/H

Calls

no outgoing calls

Tested by 4

shouldCloneArrayMethod · 0.52
shouldCloneArrayMethod · 0.52
shouldClonePointerMethod · 0.52