pub unsafe extern "C" fn svn_fs_node_has_props(
has_props: *mut svn_boolean_t,
root: *mut svn_fs_root_t,
path: *const c_char,
scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Set @a *has_props to TRUE if the node @a path in @a root has properties and to FALSE if it doesn’t have properties. Perform temporary allocations in @a scratch_pool.
@since New in 1.9.