Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ locals
Method
locals
classpath/java/lang/Thread.java:136–141 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
134
}
135
136
public
Map<ThreadLocal, Object> locals() {
137
if
(locals == null) {
138
locals =
new
WeakHashMap();
139
}
140
return
locals;
141
}
142
143
public
static
native Thread currentThread();
144
Callers
3
Thread
Method · 0.95
get
Method · 0.45
set
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected