Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ asVector
Method
asVector
src/jvm/clojure/lang/AMapEntry.java:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
private
IPersistentVector asVector(){
31
return
LazilyPersistentVector.createOwning(key(), val());
32
}
33
34
public
IPersistentVector assocN(
int
i, Object val){
35
return
asVector().assocN(i, val);
Callers
3
assocN
Method · 0.95
seq
Method · 0.95
cons
Method · 0.95
Calls
3
createOwning
Method · 0.95
key
Method · 0.65
val
Method · 0.65
Tested by
no test coverage detected