class Dependabot::Uv::FileFetcher
def fetch_file_with_path(filename, base_path)
def fetch_file_with_path(filename, base_path) path = base_path ? File.join(base_path, filename) : filename fetch_file_from_host(path) end
def fetch_file_with_path(filename, base_path) path = base_path ? File.join(base_path, filename) : filename fetch_file_from_host(path) end