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

Function refresh

packages/ui/src/views/evaluations/index.jsx:96–102  ·  view source on GitHub ↗
(page, limit)

Source from the content-addressed store, hash-verified

94 }
95
96 const refresh = (page, limit) => {
97 const params = {
98 page: page || currentPage,
99 limit: limit || pageLimit
100 }
101 getAllEvaluations.request(params)
102 }
103
104 const onSelectAllClick = (event) => {
105 if (event.target.checked) {

Callers 2

onChangeFunction · 0.70
EvalsEvaluationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected