Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/
Class
src/lib/notificationManager.js:29–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
);
28
29
class
NotificationManager {
30
MAX_NOTIFICATIONS = 20;
31
notifications = [];
32
REFRESH_INTERVAL = 60000;
// 1 minute refresh interval
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected