Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
142
public
TransientVector asTransient(){
143
return
new
TransientVector(this);
144
}
145
146
final
int
tailoff(){
147
if
(cnt < 32)
Callers
1
create
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected