Skip to main content

enforce_parent_unlocked

Function enforce_parent_unlocked 

Source
pub async fn enforce_parent_unlocked(
    lock_system: &dyn DavLockSystem,
    path: &DavPath,
    prefix: &str,
    if_header: Option<&IfHeader>,
    request_scheme: &str,
    request_host: &str,
) -> Result<(), DavResponse>
Expand description

Applies enforce_unlocked to the canonical parent of a mutation target.