MCPcopy Index your code
hub / github.com/clojure/clojure / asTransient

Method asTransient

src/jvm/clojure/lang/PersistentVector.java:142–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140}
141
142public TransientVector asTransient(){
143 return new TransientVector(this);
144}
145
146final int tailoff(){
147 if(cnt < 32)

Callers 1

createMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected