shivasurya / code-pathfinder

Code Pathfinder, the open-source alternative to CodeQL. Designed for precise flow analysis and advanced structural search, it identifies vulnerabilities in source code.
https://codepathfinder.dev/
GNU Affero General Public License v3.0
32 stars 6 forks source link

Support declared method with `has_access` #29

Closed shivasurya closed 3 months ago

shivasurya commented 3 months ago

This helps to identify dead methods in the source code. The methods which are declared but never used within the project or code.