MCPcopy Index your code
hub / github.com/FlowiseAI/Flowise / setNewVal

Function setNewVal

packages/ui/src/ui-component/input/Input.jsx:26–30  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

24 }
25
26 const setNewVal = (val) => {
27 const newVal = myValue + val.substring(2)
28 onChange(newVal)
29 setMyValue(newVal)
30 }
31
32 const getInputType = (type) => {
33 switch (type) {

Callers 2

InputFunction · 0.70
JsonInputFunction · 0.50

Calls 1

onChangeFunction · 0.50

Tested by

no test coverage detected