svn_wc_adm_locked

Function svn_wc_adm_locked 

Source
pub unsafe extern "C" fn svn_wc_adm_locked(
    adm_access: *const svn_wc_adm_access_t,
) -> svn_boolean_t
Expand description

Return @c TRUE is the access baton @a adm_access has a write lock, @c FALSE otherwise. Compared to svn_wc_locked() this is a cheap, fast function that doesn’t access the filesystem.

@deprecated Provided for backward compatibility with the 1.6 API. New code should use svn_wc_locked2() instead.