pub unsafe extern "C" fn svn_repos_node_from_baton(
edit_baton: *mut c_void,
) -> *mut svn_repos_node_tExpand description
Return the root node of the linked-list tree generated by driving the editor (associated with @a edit_baton) created by svn_repos_node_editor(). This is only really useful if used after the editor drive is completed.