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

Function callLoaded

packages/core/ui/core/view-base/index.ts:827–829  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

825 }
826
827 public callLoaded(): void {
828 this.callFunctionWithSuper(Flags.superOnLoadedCalled, () => this.onLoaded());
829 }
830
831 public callUnloaded(): void {
832 this.callFunctionWithSuper(Flags.superOnUnloadedCalled, () => this.onUnloaded());

Callers

nothing calls this directly

Calls 1

onLoadedMethod · 0.45

Tested by

no test coverage detected