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

Function callUnloaded

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

Source from the content-addressed store, hash-verified

829 }
830
831 public callUnloaded(): void {
832 this.callFunctionWithSuper(Flags.superOnUnloadedCalled, () => this.onUnloaded());
833 }
834
835 private notifyPseudoClassChanged(pseudoClass: string): void {
836 this.notify({ eventName: ':' + pseudoClass, object: this });

Callers

nothing calls this directly

Calls 1

onUnloadedMethod · 0.45

Tested by

no test coverage detected