MCPcopy Index your code
hub / github.com/clojure/clojure / isBound

Method isBound

src/jvm/clojure/lang/Ref.java:179–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177
178//*/
179boolean isBound(){
180 try
181 {
182 lock.readLock().lock();
183 return tvals != null;
184 }
185 finally
186 {
187 lock.readLock().unlock();
188 }
189}
190
191
192public void trimHistory(){

Callers

nothing calls this directly

Calls 1

lockMethod · 0.80

Tested by

no test coverage detected