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()}
@spec get_total_file_count(binary()) :: %{total_file_count: non_neg_integer()}