Skip to content

v1.11.1

Latest

Choose a tag to compare

@ruslano69 ruslano69 released this 13 Aug 10:39
3db044e

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.txt

Tools

  • 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