Static Analyzer for Solidity
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.
slither/tests/expected_json/unused_state.unused-state.json

1 line
580 B

[{"check": "unused-state", "impact": "Informational", "confidence": "High", "description": "A.unused (tests/unused_state.sol#4) is never used in B\n", "elements": [{"type": "variable", "name": "unused", "source_mapping": {"start": 44, "length": 14, "filename_used": "/home/monty/Private/tob/tools/slither-public/tests/unused_state.sol", "filename_relative": "tests/unused_state.sol", "filename_absolute": "/home/monty/Private/tob/tools/slither-public/tests/unused_state.sol", "filename_short": "tests/unused_state.sol", "lines": [4], "starting_column": 5, "ending_column": 19}}]}]