Documentation
¶
Overview ¶
Package metadata collects high-level repository metadata such as LOC, commit history, contributor count, and language breakdown.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Collect ¶
func Collect(rootDir string, scanResult *types.ScanResult) *types.RepoMetadata
Collect gathers repository metadata from the given directory. It uses git commands for commit/contributor data and the scan result for LOC/language info.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.