Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ getHistoryCount
Method
getHistoryCount
src/jvm/clojure/lang/Ref.java:208–218 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
206
}
207
208
public
int
getHistoryCount(){
209
try
210
{
211
lock.writeLock().lock();
212
return
histCount();
213
}
214
finally
215
{
216
lock.writeLock().unlock();
217
}
218
}
219
220
int
histCount(){
221
if
(tvals == null)
Callers
nothing calls this directly
Calls
2
histCount
Method · 0.95
lock
Method · 0.80
Tested by
no test coverage detected