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

Function computeAriaBusy

src/helpers/accessibility.ts:205–207  ·  view source on GitHub ↗
({ props }: TestInstance)

Source from the content-addressed store, hash-verified

203
204// See: https://github.com/callstack/react-native-testing-library/wiki/Accessibility:-State#busy-state
205export function computeAriaBusy({ props }: TestInstance): boolean {
206 return props['aria-busy'] ?? props.accessibilityState?.busy ?? false;
207}
208
209// See: https://github.com/callstack/react-native-testing-library/wiki/Accessibility:-State#checked-state
210export function computeAriaChecked(instance: TestInstance): AccessibilityState['checked'] {

Callers 3

matchAccessibilityStateFunction · 0.90
toBeBusyFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…