The issue is a feature request to display average functions per file, but it lacks any technical details or acceptance criteria. The repository is a Kotlin app that creates visual profiles from GitHub repos, so this feature likely involves parsing source code files to count function definitions. To implement, one would need to explore the existing codebase for file analysis logic and determine how to extract function counts per file, possibly using a language specific parser or regex.
(Fun Fact) I write, on average, # functions per file. · sourcerer-io/sourcerer-app#105 | Good First Issue