View Source Lowendinsight.Files (LowEndInsight v0.8.1)

Link to this section Summary

Link to this section Functions

@spec analyze_files(binary()) :: %{
  binary_files: list(),
  binary_files_count: non_neg_integer(),
  has_contributing: boolean(),
  has_license: boolean(),
  has_readme: boolean(),
  total_file_count: non_neg_integer()
}
@spec find_binary_files(
  binary()
  | maybe_improper_list(
      binary() | maybe_improper_list(any(), binary() | []) | char(),
      binary() | []
    )
) :: %{binary_files: list(), binary_files_count: non_neg_integer()}
Link to this function

get_total_file_count(path)

View Source
@spec get_total_file_count(binary()) :: %{total_file_count: non_neg_integer()}
@spec has_contributing?(binary()) :: %{has_contributing: boolean()}
@spec has_license?(binary()) :: %{has_license: boolean()}
@spec has_readme?(binary()) :: %{has_readme: boolean()}