Mathieu BUISSON
Mathieu BUISSON
Hi Jeffery, This applies only to modules, but yes, knowing whether a function is *public* or *private* is useful information. I'm going to investigate how to implement that. By the...
Hi Jeffery, Yes, I'm gonna go with a property named `Exported` and a boolean value.
Hi Jeffery @jdhitsolutions , Here is how `Get-FunctionLinesOfCode` currently works : - It includes lines with a single `Write-*` command - It excludes all lines of comment(s) The reasoning behind...