pub unsafe extern "C" fn svn_wc_check_root(
is_wcroot: *mut svn_boolean_t,
is_switched: *mut svn_boolean_t,
kind: *mut svn_node_kind_t,
wc_ctx: *mut svn_wc_context_t,
local_abspath: *const c_char,
scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
If @a is_wcroot is not @c NULL, set @a *is_wcroot to @c TRUE if @a local_abspath is the root of the working copy, otherwise to @c FALSE.
If @a is_switched is not @c NULL, set @a *is_switched to @c TRUE if @a local_abspath is not the root of the working copy, and switched against its parent.
If @a kind is not @c NULL, set @a *kind to the node kind of @a local_abspath.
Use @a scratch_pool for any temporary allocations.
@since New in 1.8.