Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
//*/
179
boolean isBound(){
180
try
181
{
182
lock.readLock().lock();
183
return
tvals != null;
184
}
185
finally
186
{
187
lock.readLock().unlock();
188
}
189
}
190
191
192
public
void
trimHistory(){
Callers
nothing calls this directly
Calls
1
lock
Method · 0.80
Tested by
no test coverage detected