funcfinder v1.11.1
What's New
See CHANGELOG.md for details.
Installation
Linux / macOS
tar xzf funcfinder-1.11.1-linux-amd64.tar.gz
sudo mv funcfinder-* stat-* deps-* complexity-* callgraph-* /usr/local/bin/Windows
Download funcfinder-1.11.1-windows-amd64.zip and extract to a directory in your PATH.
Verify Checksums
sha256sum -c checksums.txtTools
- funcfinder: Map functions/structs, extract bodies
- stat: File statistics — LOC, comments, imports
- deps: Dependency analysis with JSON output
- complexity: Cognitive complexity per function
- callgraph: Who calls whom