morelinq / MoreLINQ

Extensions to LINQ to Objects
https://morelinq.github.io/
Apache License 2.0
3.7k stars 415 forks source link

Mark local function static where possible #922

Closed atifaziz closed 1 year ago

atifaziz commented 1 year ago

This PR marks local functions as static, those that don't access variables from their enclosing scope.

codecov[bot] commented 1 year ago

Codecov Report

Merging #922 (63d4efe) into master (78b8699) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #922   +/-   ##
=======================================
  Coverage   92.44%   92.44%           
=======================================
  Files         112      112           
  Lines        3440     3440           
  Branches     1018     1019    +1     
=======================================
  Hits         3180     3180           
  Misses        199      199           
  Partials       61       61           
Impacted Files Coverage Δ
MoreLinq/ToDataTable.cs 96.87% <ø> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more