git_filter_list_stream_buffer

Apply a filter list to an arbitrary buffer as a stream

extern (C) nothrow @nogc public
int
git_filter_list_stream_buffer

Parameters

filters .git_filter_list*

the list of filters to apply

data const(char)*

the buffer to filter

len size_t

the size of the buffer

target libgit2.types.git_writestream*

the stream into which the data will be written

Return Value

Type: int

0 or an error code.

Meta