MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / UpdateProgressUpdateTime

Method UpdateProgressUpdateTime

src/client/ui/notification_item.cpp:188–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 }
187
188 void NotificationItem::UpdateProgressUpdateTime(uint64_t time) {
189 progress_update_time_ = time;
190 }
191
192 void NotificationItem::UpdateProgressDataSize(uint64_t size) {
193 progress_data_size_ = size;

Callers 1

NotificationPanelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected