MCPcopy Index your code
hub / github.com/coder/coder / exec

Function exec

site/src/components/MultiSelectCombobox/MultiSelectCombobox.tsx:312–322  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

310 };
311
312 const exec = () => {
313 if (!onSearchSync || !open) return;
314
315 if (triggerSearchOnFocus) {
316 doSearchSync();
317 }
318
319 if (debouncedSearchTerm) {
320 doSearchSync();
321 }
322 };
323
324 void exec();
325 }, [debouncedSearchTerm, groupBy, open, triggerSearchOnFocus, onSearchSync]);

Callers 3

MultiSelectComboboxFunction · 0.85
stopWorkspaceProxyFunction · 0.85
stopAgentFunction · 0.85

Calls 2

doSearchSyncFunction · 0.85
doSearchFunction · 0.85

Tested by

no test coverage detected