git_filter_list_length

Look up how many filters are in the list

We will attempt to apply all of these filters to any data passed in, but note that the filter apply action still has the option of skipping data that is passed in (for example, the CRLF filter will skip data that appears to be binary).

package extern (C) nothrow @nogc
size_t
git_filter_list_length

Parameters

fl const(libgit2_d.filter.git_filter_list)*

A filter list

Return Value

Type: size_t

The number of filters in the list

Meta