MCPcopy
hub / github.com/FlowiseAI/Flowise / refresh

Function refresh

packages/ui/src/views/tools/index.jsx:69–75  ·  view source on GitHub ↗
(page, limit)

Source from the content-addressed store, hash-verified

67 }
68
69 const refresh = (page, limit) => {
70 const params = {
71 page: page || currentPage,
72 limit: limit || pageLimit
73 }
74 getAllToolsApi.request(params)
75 }
76
77 const onCustomMcpPageChange = (page, limit) => {
78 setMcpCurrentPage(page)

Callers 3

onChangeFunction · 0.70
onConfirmFunction · 0.70
ToolsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected