pub fn process_pending_asset_file_ops(
project_vfs: Option<&Arc<Mutex<ProjectVfs>>>,
editor_state: &Arc<Mutex<EditorState>>,
)Expand description
Drains the asset-explorer file operations (new folder / rename / move /
delete-to-trash / duplicate). Each routes through ProjectVfs, which keeps
the identity registry consistent so references survive renames and moves.