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

Function refresh

packages/ui/src/views/evaluators/index.jsx:68–74  ·  view source on GitHub ↗
(page, limit)

Source from the content-addressed store, hash-verified

66 }
67
68 const refresh = (page, limit) => {
69 const params = {
70 page: page || currentPage,
71 limit: limit || pageLimit
72 }
73 getAllEvaluators.request(params)
74 }
75
76 const onSearchChange = (event) => {
77 setSearch(event.target.value)

Callers 3

onChangeFunction · 0.70
onConfirmFunction · 0.70
EvaluatorsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected