MCPcopy Create free account
hub / github.com/react-component/select / existOptions

Function existOptions

src/Select.tsx:387–387  ·  view source on GitHub ↗
(val: RawValueType)

Source from the content-addressed store, hash-verified

385
386 // Check if value exist in options (include new patch item)
387 const existOptions = (val: RawValueType) => valueOptions.has(val);
388
389 // Fill current value as option
390 [...mergedValues]

Callers 1

Select.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…