Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ count
Method
count
src/jvm/clojure/lang/ATransientMap.java:93–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
}
92
93
public
final
int
count() {
94
ensureEditable();
95
return
doCount();
96
}
97
}
Callers
nothing calls this directly
Calls
2
ensureEditable
Method · 0.95
doCount
Method · 0.95
Tested by
no test coverage detected