MCPcopy Create free account
hub / github.com/alaisi/nalloc / clone

Method clone

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

Returns a shallow clone of a pointer. Cloning is a cheap operation, only the pointer is cloned and not the data pointed to. @return Clone of this pointer

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected