relay_is_glob_match

Function relay_is_glob_match 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn relay_is_glob_match( value: *const RelayBuf, pat: *const RelayStr, flags: GlobFlags, ) -> bool
Expand description

Performs a glob operation on bytes.

Returns true if the glob matches, false otherwise.