Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ registerResetCallback
Method
registerResetCallback
src/main/java/pascal/taie/World.java:98–100 ·
view source on GitHub ↗
(Runnable callback)
Source
from the content-addressed store, hash-verified
96
}
97
98
public
static
void
registerResetCallback(Runnable callback) {
99
resetCallbacks.add(callback);
100
}
101
102
public
static
void
reset() {
103
theWorld = null;
Callers
3
FieldRef
Class · 0.95
MethodRef
Class · 0.95
Subsignature
Class · 0.95
Calls
1
add
Method · 0.65
Tested by
no test coverage detected