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

Function doSearchSync

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

Source from the content-addressed store, hash-verified

305 /** sync search */
306
307 const doSearchSync = () => {
308 const res = onSearchSync?.(debouncedSearchTerm);
309 setOptions(transitionToGroupOption(res || [], groupBy));
310 };
311
312 const exec = () => {
313 if (!onSearchSync || !open) return;

Callers 1

execFunction · 0.85

Calls 1

transitionToGroupOptionFunction · 0.85

Tested by

no test coverage detected