MCPcopy
hub / github.com/agent0ai/agent-zero / justToast

Function justToast

plugins/_memory/webui/memory-dashboard-store.js:15–17  ·  view source on GitHub ↗
(text, type = "info", timeout = 5000)

Source from the content-addressed store, hash-verified

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

Callers 9

bulkDeleteMemoriesFunction · 0.70
bulkCopyMemoriesFunction · 0.70
bulkExportMemoriesFunction · 0.70
copyToClipboardFunction · 0.70
fallbackCopyToClipboardFunction · 0.70
deleteMemoryFunction · 0.70
exportMemoriesFunction · 0.70
confirmEditModeFunction · 0.70
saveGlobalPresetsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected