Function relay_cabi::relay_is_glob_match
source ยท #[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.