Skip to contents

Search the given content for paths that match the constrains from ignore_patterns and logo_patterns.

Usage

get_possible_paths(content, logo_patterns, ignore_patterns, pkg_name = "")

Arguments

content

The result of calling get_endpoint_content() on a github repo.

logo_patterns

A regex string of patterns to accept.

ignore_patterns

A regex string of patterns to ignore.

pkg_name

A Name of the package to find logos for.

Value

A list of paths that match the given patterns