Searched refs:workspaceUpdates (Results 1 – 1 of 1) sorted by relevance
62 val workspaceUpdates = allUpdates.filter { it.id != ItemInfo.NO_ID }.toSet() in getModelWriter() constant63 if (workspaceUpdates.isNotEmpty()) { in getModelWriter()64 scheduleCallbackTask { it.bindItemsUpdated(workspaceUpdates) } in getModelWriter()