Created
December 19, 2015 17:08
-
-
Save vgaltes/cc5b877510b469a61b58 to your computer and use it in GitHub Desktop.
Number of entities
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let numberOfEntities = | |
totalCommits | |
|> Array.collect(fun c -> c.Files) | |
|> Array.groupBy(fun f -> f.FileName) | |
|> Array.length | |
-------------------------------------------- | |
val numberOfEntities : int = 8119 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment