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

Function applyFilters

packages/ui/src/views/chatflows/index.jsx:59–65  ·  view source on GitHub ↗
(page, limit)

Source from the content-addressed store, hash-verified

57 }
58
59 const applyFilters = (page, limit) => {
60 const params = {
61 page: page || currentPage,
62 limit: limit || pageLimit
63 }
64 getAllChatflowsApi.request(params)
65 }
66
67 const handleChange = (event, nextView) => {
68 if (nextView === null) return

Callers 2

onChangeFunction · 0.70
ChatflowsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected