MCPcopy Create free account
hub / github.com/fontsource/fontsource / refineLanguage

Function refineLanguage

website/app/components/search/Dropdowns.tsx:64–69  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

62 };
63
64 const refineLanguage = (value: string) => {
65 refine(value);
66 state$.language.set(
67 refinedItems.some((item) => item.value === value) ? 'latin' : value,
68 );
69 };
70
71 return (
72 <DropdownCheckbox

Callers

nothing calls this directly

Calls 1

setMethod · 0.80

Tested by

no test coverage detected