svn_stream_from_string

Function svn_stream_from_string 

Source
pub unsafe extern "C" fn svn_stream_from_string(
    str_: *const svn_string_t,
    pool: *mut apr_pool_t,
) -> *mut svn_stream_t
Expand description

Return a generic read-only stream connected to string @a str. Allocate the stream in @a pool.