(text, type = "info", timeout = 5000)
| 13 | |
| 14 | // Helper function for toasts |
| 15 | function justToast(text, type = "info", timeout = 5000) { |
| 16 | notificationStore.addFrontendToastOnly(type, text, "", timeout / 1000); |
| 17 | } |
| 18 | |
| 19 | // Memory Dashboard Store |
| 20 | const memoryDashboardStore = { |
no outgoing calls
no test coverage detected