MCPcopy
hub / github.com/mui/material-ui / testNumber

Function testNumber

packages/mui-material/src/Select/Select.spec.tsx:29–29  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

27 onChange={(event) => {
28 function testString(value: string) {}
29 function testNumber(value: number) {}
30
31 testString(event.target.value);
32 // @ts-expect-error

Callers 1

genericValueTestFunction · 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…