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

Function refresh

packages/ui/src/views/variables/index.jsx:108–114  ·  view source on GitHub ↗
(page, limit)

Source from the content-addressed store, hash-verified

106 }
107
108 const refresh = (page, limit) => {
109 const params = {
110 page: page || currentPage,
111 limit: limit || pageLimit
112 }
113 getAllVariables.request(params)
114 }
115
116 const onSearchChange = (event) => {
117 setSearch(event.target.value)

Callers 3

onChangeFunction · 0.70
onConfirmFunction · 0.70
VariablesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected