MCPcopy Create free account
hub / github.com/cosscom/coss / exec

Function exec

apps/origin/registry/default/ui/multiselect.tsx:292–302  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

290 };
291
292 const exec = async () => {
293 if (!onSearchSync || !open) return;
294
295 if (triggerSearchOnFocus) {
296 doSearchSync();
297 }
298
299 if (debouncedSearchTerm) {
300 doSearchSync();
301 }
302 };
303
304 void exec();
305 // eslint-disable-next-line react-hooks/exhaustive-deps

Callers 1

MultipleSelectorFunction · 0.70

Calls 2

doSearchSyncFunction · 0.70
doSearchFunction · 0.70

Tested by

no test coverage detected