Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ meta
Method
meta
src/jvm/clojure/lang/PersistentHashMap.java:291–293 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
289
}
290
291
public
IPersistentMap meta(){
292
return
_meta;
293
}
294
295
static
final
class
TransientHashMap extends ATransientMap {
296
final
AtomicReference<Thread> edit;
Callers
3
assoc
Method · 0.95
without
Method · 0.95
empty
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected