Closed AlexKnauth closed 8 years ago
So that you can specify a predicate to filter the files that directory-sloc looks at, so that it doesn't have to count .rkt~ files for example if the predicate returns false for those.
directory-sloc
.rkt~
Added in https://github.com/AlexKnauth/syntax-sloc/commit/6b14b35ec5393b2732a2c7a4ecfe9176db06eaf1.
So that you can specify a predicate to filter the files that
directory-sloc
looks at, so that it doesn't have to count.rkt~
files for example if the predicate returns false for those.