Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PhantomThief/scope
/ endScope
Method
endScope
src/main/java/com/github/phantomthief/scope/Scope.java:174–176 ·
view source on GitHub ↗
@see #beginScope
()
Source
from the content-addressed store, hash-verified
172
* @see #beginScope
173
*/
174
public
static
void
endScope() {
175
SCOPE_THREAD_LOCAL.remove();
176
}
177
178
/**
179
* @
return
返回当前请求的 {@link Scope},当请求线程不在 {@link Scope} 绑定状态时,返回 {@code null}
Callers
15
supplyWithNewScope
Method · 0.95
destroy
Method · 0.80
testTimeout
Method · 0.80
testTimeout2
Method · 0.80
testAllTimeout
Method · 0.80
test
Method · 0.80
testBreak
Method · 0.80
testException
Method · 0.80
testNotHedge
Method · 0.80
testHedge
Method · 0.80
testAllTimeoutWithEachListener
Method · 0.80
testAllTimeoutWithEachListenerWithHedgeMode
Method · 0.80
Calls
1
remove
Method · 0.65
Tested by
15
destroy
Method · 0.64
testTimeout
Method · 0.64
testTimeout2
Method · 0.64
testAllTimeout
Method · 0.64
test
Method · 0.64
testBreak
Method · 0.64
testException
Method · 0.64
testNotHedge
Method · 0.64
testHedge
Method · 0.64
testAllTimeoutWithEachListener
Method · 0.64
testAllTimeoutWithEachListenerWithHedgeMode
Method · 0.64
testWithEachListener
Method · 0.64