pub fn has_access_to_object(
current_user: &UserCatalog,
obj_id: u32,
owner_id: u32,
) -> bool
Expand description
Check if the current user has access to the object.
pub fn has_access_to_object(
current_user: &UserCatalog,
obj_id: u32,
owner_id: u32,
) -> bool
Check if the current user has access to the object.