git_filter_list_stream_blob

Apply a filter list to a blob as a stream

extern (C) nothrow @nogc public
int
git_filter_list_stream_blob

Parameters

filters .git_filter_list*

the list of filters to apply

blob libgit2.types.git_blob*

the blob to filter

target libgit2.types.git_writestream*

the stream into which the data will be written

Return Value

Type: int

0 or an error code.

Meta