Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/LFYSec/MScan
/ callField
Method
callField
src/test/resources/pta/basic/InstanceField.java:30–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
void
callField() {
31
A a =
new
A();
32
B b =
new
B();
33
a.b = b;
34
C c = a.b.foo();
35
}
36
}
37
38
class
B {
Callers
1
main
Method · 0.95
Calls
1
foo
Method · 0.65
Tested by
no test coverage detected