mirror of https://github.com/crytic/slither
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
238 B
15 lines
238 B
6 years ago
|
Target functions:
|
||
|
- A.destination()
|
||
|
|
||
|
|
||
|
The following functions reach the specified targets:
|
||
|
- A.call()
|
||
5 years ago
|
- B.call2(A)
|
||
6 years ago
|
|
||
|
|
||
|
The following paths reach the specified targets:
|
||
|
A.call() -> A.destination()
|
||
|
|
||
5 years ago
|
B.call2(A) -> A.call() -> A.destination()
|
||
6 years ago
|
|