MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / refresh

Function refresh

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

Source from the content-addressed store, hash-verified

63 }
64
65 const refresh = (page, limit, nextView) => {
66 const params = {
67 page: page || currentPage,
68 limit: limit || pageLimit
69 }
70 getAllAgentflows.request(nextView === 'v2' ? 'AGENTFLOW' : 'MULTIAGENT', params)
71 }
72
73 const handleChange = (event, nextView) => {
74 if (nextView === null) return

Callers 3

onChangeFunction · 0.70
handleVersionChangeFunction · 0.70
AgentflowsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected