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

Function storeDisplayed

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

Source from the content-addressed store, hash-verified

13 const { enqueueSnackbar, closeSnackbar } = useSnackbar()
14
15 const storeDisplayed = (id) => {
16 displayed = [...displayed, id]
17 }
18
19 const removeDisplayed = (id) => {
20 displayed = [...displayed.filter((key) => id !== key)]

Callers 1

useNotifierFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected