MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / nativeScriptChildAt

Function nativeScriptChildAt

packages/nativescript-inspector/src/index.ts:1500–1502  ·  view source on GitHub ↗
(view: View, targetIndex: number)

Source from the content-addressed store, hash-verified

1498}
1499
1500function nativeScriptChildAt(view: View, targetIndex: number): View | null {
1501 return nativeScriptChildren(view)[targetIndex] ?? null;
1502}
1503
1504function nativeScriptChildren(view: View): View[] {
1505 const result: View[] = [];

Callers 1

tabItemSourceLocationFunction · 0.85

Calls 1

nativeScriptChildrenFunction · 0.85

Tested by

no test coverage detected