relay_is_codeowners_path_match

Function relay_is_codeowners_path_match 

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

Returns true if the codeowners path matches the value, false otherwise.