Directories
¶
| Path | Synopsis |
|---|---|
|
Package analyze is funcfinder's public API for programmatic code mapping: walk a source tree and get per-file function/type boundaries, using the same engine the funcfinder CLI runs.
|
Package analyze is funcfinder's public API for programmatic code mapping: walk a source tree and get per-file function/type boundaries, using the same engine the funcfinder CLI runs. |
|
benchmarks
|
|
|
searchserver
command
searchserver — a real-async Go FTS5 search server + load harness.
|
searchserver — a real-async Go FTS5 search server + load harness. |
|
cmd
|
|
|
astoracle
command
astoracle — ground-truth symbol extractor for Go, built on go/ast.
|
astoracle — ground-truth symbol extractor for Go, built on go/ast. |
|
benchmark
command
|
|
|
callgraph
command
callgraph - function call relationship analyzer
|
callgraph - function call relationship analyzer |
|
complexity
command
complexity.go - Nesting Depth Complexity Analyzer Analyzes code complexity based on NESTING DEPTH, not decision point count Philosophy: Deep nesting is harder to understand than flat code with many branches
|
complexity.go - Nesting Depth Complexity Analyzer Analyzes code complexity based on NESTING DEPTH, not decision point count Philosophy: Deep nesting is harder to understand than flat code with many branches |
|
deps
command
deps.go - Module dependency analyzer Uses shared configuration for multiple languages
|
deps.go - Module dependency analyzer Uses shared configuration for multiple languages |
|
funcfinder
command
|
|
|
stat
command
stat.go - Unified function call counter for multiple languages Counts function calls in source files using shared configuration
|
stat.go - Unified function call counter for multiple languages Counts function calls in source files using shared configuration |
|
config.go - Unified language configuration Loads and manages language patterns for funcfinder, stat, deps, complexity, and findstruct
|
config.go - Unified language configuration Loads and manages language patterns for funcfinder, stat, deps, complexity, and findstruct |
Click to show internal directories.
Click to hide internal directories.