MCPcopy Index your code
hub / github.com/FlowiseAI/Flowise / removeDisplayed

Function removeDisplayed

packages/ui/src/utils/useNotifier.js:19–21  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

17 }
18
19 const removeDisplayed = (id) => {
20 displayed = [...displayed.filter((key) => id !== key)]
21 }
22
23 React.useEffect(() => {
24 notifications.forEach(({ key, message, options = {}, dismissed = false }) => {

Callers 1

useNotifierFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected