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

Function refresh

packages/ui/src/views/datasets/DatasetItems.jsx:98–105  ·  view source on GitHub ↗
(page, limit)

Source from the content-addressed store, hash-verified

96 }
97
98 const refresh = (page, limit) => {
99 setLoading(true)
100 const params = {
101 page: page || currentPage,
102 limit: limit || pageLimit
103 }
104 getDatasetRows.request(datasetId, params)
105 }
106
107 const handleDragStart = (e, position) => {
108 draggingItem.current = position

Callers 3

onChangeFunction · 0.70
onConfirmFunction · 0.70
EvalDatasetRowsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected