MCPcopy 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
208public int getHistoryCount(){
209 try
210 {
211 lock.writeLock().lock();
212 return histCount();
213 }
214 finally
215 {
216 lock.writeLock().unlock();
217 }
218}
219
220int histCount(){
221 if(tvals == null)

Callers

nothing calls this directly

Calls 2

histCountMethod · 0.95
lockMethod · 0.80

Tested by

no test coverage detected