MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / eachChild

Function eachChild

packages/core/ui/core/view/view-common.ts:1118–1120  ·  view source on GitHub ↗
(callback: (child: ViewBase) => boolean)

Source from the content-addressed store, hash-verified

1116 }
1117
1118 public eachChild(callback: (child: ViewBase) => boolean): void {
1119 this.eachChildView(<any>callback);
1120 }
1121
1122 public eachChildView(callback: (view: ViewCommon) => boolean) {
1123 //

Callers

nothing calls this directly

Calls 1

eachChildViewMethod · 0.45

Tested by

no test coverage detected