MCPcopy Index your code
hub / github.com/callstack/react-native-testing-library / buildBlurEvent

Function buildBlurEvent

src/event-builder/common.ts:61–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 * - Android: `{"target": 53}`
60 */
61export function buildBlurEvent() {
62 return {
63 ...baseSyntheticEvent(),
64 nativeEvent: {
65 target: 0,
66 },
67 };
68}

Callers 4

clearFunction · 0.90
pasteFunction · 0.90
typeFunction · 0.90
common.test.tsFile · 0.90

Calls 1

baseSyntheticEventFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…