Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ doPersistent
Method
doPersistent
src/jvm/clojure/lang/ATransientMap.java:23–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
abstract Object doValAt(Object key, Object notFound);
22
abstract
int
doCount();
23
abstract IPersistentMap doPersistent();
24
25
public
ITransientMap conj(Object o) {
26
ensureEditable();
Callers
1
persistent
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected