pub unsafe extern "C" fn svn_fs_node_created_path(
created_path: *mut *const c_char,
root: *mut svn_fs_root_t,
path: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Set @a *created_path to the path at which @a path under @a root was created. Use @a pool for all allocations. Callers may use this function in conjunction with svn_fs_node_created_rev() to perform a reverse lookup of the mapping of (path, revision) -> node-id that svn_fs_node_id() performs.