https://github.com/sckott/howmanyparams
https://github.com/sckott/howmanyparams
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sckott/howmanyparams
- Owner: sckott
- Created: 2020-02-10T03:01:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-10T16:09:44.000Z (over 6 years ago)
- Last Synced: 2026-01-11T11:32:43.016Z (6 months ago)
- Homepage:
- Size: 572 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
how many parameters?
====================
Data for a blog post. See the blog post for details.
[params_per_fxn.csv](params_per_fxn.csv)
columns:
- pkg: package name
- name: function name (with package name pre-prended), e.g., `foo::bar`
- value: number of parameters in the function
number of rows: 82,489