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

Function nativeTarget

packages/nativescript-inspector/src/index.ts:1419–1423  ·  view source on GitHub ↗
(target: any)

Source from the content-addressed store, hash-verified

1417}
1418
1419function nativeTarget(target: any): any {
1420 return isNativeScriptView(target)
1421 ? (nativeViewFor(target) ?? target)
1422 : target;
1423}
1424
1425function nativeViewFor(view: any): any | null {
1426 return (

Callers 5

performMethod · 0.85
getPropertiesMethod · 0.85
setPropertyMethod · 0.85
evaluateScriptMethod · 0.85
actionsForFunction · 0.85

Calls 2

isNativeScriptViewFunction · 0.85
nativeViewForFunction · 0.85

Tested by

no test coverage detected