Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ tailoff
Method
tailoff
src/jvm/clojure/lang/PersistentVector.java:146–150 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
144
}
145
146
final
int
tailoff(){
147
if
(cnt < 32)
148
return
0;
149
return
((cnt - 1) >>> 5) << 5;
150
}
151
152
public
Object[] arrayFor(
int
i){
153
if
(i >= 0 && i < cnt)
Callers
4
arrayFor
Method · 0.95
assocN
Method · 0.95
cons
Method · 0.95
pop
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected