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

Function isNativeScriptView

packages/nativescript-inspector/src/index.ts:1435–1437  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

1433}
1434
1435function isNativeScriptView(value: any): value is View {
1436 return Boolean(value && typeof value.eachChildView === "function");
1437}
1438
1439function nativeScriptTabAccessoryView(tabView: View): View | null {
1440 return (

Callers 2

getViewMethod · 0.85
nativeTargetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected