Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/seaswalker/spring-analysis
/ testB
Method
testB
src/main/java/aop/SimpleAopBean.java:15–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
}
14
15
public
void
testB() {
16
System.out.println(
"testB执行"
);
17
((SimpleAopBean) AopContext.currentProxy()).testC();
18
}
19
20
public
void
testC() {
21
System.out.println(
"testC执行"
);
Callers
2
main
Method · 0.95
boo
Method · 0.95
Calls
1
testC
Method · 0.45
Tested by
no test coverage detected