MCPcopy Create free account
hub / github.com/FeatureProbe/FeatureProbe / handleChangeRightPredict

Function handleChangeRightPredict

ui/src/pages/targeting/hooks.tsx:159–162  ·  view source on GitHub ↗
(ruleIndex: number, conditionIndex: number, value: string)

Source from the content-addressed store, hash-verified

157 };
158
159 const handleChangeRightPredict = (ruleIndex: number, conditionIndex: number, value: string) => {
160 rules[ruleIndex].conditions[conditionIndex].rightPredicate = value;
161 saveRules([...rules]);
162 };
163
164
165 return {

Callers 1

RuleContentFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected