You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (auto transferTask = dm->getDevice()->transferTask.ref_ptr())
117
117
{
118
+
// if data->dirty() hasn't been called since the last copy, assume it should have been done in call dirty on the data to ensure TransferTask copies the data.
119
+
if (!data->differentModifiedCount(copiedModifiedCounts[deviceID]))
0 commit comments