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.
31 lines
762 B
31 lines
762 B
[
|
|
{
|
|
"check": "uninitialized-local",
|
|
"function": {
|
|
"name": "func",
|
|
"source_mapping": {
|
|
"filename": "tests/uninitialized_local_variable.sol",
|
|
"length": 143,
|
|
"lines": [
|
|
3,
|
|
4,
|
|
5,
|
|
6,
|
|
7
|
|
],
|
|
"start": 29
|
|
}
|
|
},
|
|
"variable": {
|
|
"name": "uint_not_init",
|
|
"source_mapping": {
|
|
"filename": "tests/uninitialized_local_variable.sol",
|
|
"length": 18,
|
|
"lines": [
|
|
4
|
|
],
|
|
"start": 77
|
|
}
|
|
}
|
|
}
|
|
] |