MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / startTimeUpdates

Method startTimeUpdates

src/lib/notificationManager.js:49–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }
48
49 startTimeUpdates() {
50 if (this.timeUpdateInterval) {
51 clearInterval(this.timeUpdateInterval);
52 }
53
54 this.timeUpdateInterval = setInterval(() => {
55 this.updateNotificationTimes();
56 }, this.REFRESH_INTERVAL);
57 }
58
59 updateNotificationTimes() {
60 const container = sidebarApps

Callers 2

initMethod · 0.95

Calls 1

Tested by

no test coverage detected