MCPcopy
hub / github.com/antonycourtney/tad / handleApply

Function handleApply

packages/tadviewer/src/components/FilterEditor.tsx:69–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 };
68
69 const handleApply = () => {
70 const nnOpArgs: any = opArgs.filter((r) => r != null);
71 const fe = new reltab.FilterExp(op, nnOpArgs);
72 onApply(fe);
73 setDirty(false);
74 };
75
76 const handleDone = () => {
77 handleApply();

Callers 2

handleDoneFunction · 0.85
handleFormSubmitFunction · 0.85

Calls 1

filterMethod · 0.80

Tested by

no test coverage detected