Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ monitor
Method
monitor
src/test/resources/world/AllInOne.java:190–197 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
188
}
189
190
void
monitor(Object o) {
191
synchronized (o) {
192
hidden();
193
}
194
synchronized (this) {
195
foo(0);
196
}
197
}
198
199
static
void
bar(
int
x, Object o) {
200
}
Callers
nothing calls this directly
Calls
2
hidden
Method · 0.95
foo
Method · 0.95
Tested by
no test coverage detected