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

Method _onLivesync

packages/core/ui/frame/frame-common.ts:673–684  ·  view source on GitHub ↗
(context?: ModuleContext)

Source from the content-addressed store, hash-verified

671 }
672
673 public _onLivesync(context?: ModuleContext): boolean {
674 if (super._onLivesync(context)) {
675 return true;
676 }
677
678 // Fallback
679 if (!context) {
680 return this._onLivesyncWithoutContext();
681 }
682
683 return false;
684 }
685
686 public _handleLivesync(context?: ModuleContext): boolean {
687 if (super._handleLivesync(context)) {

Callers 2

_onLivesyncFunction · 0.45
reloadPageMethod · 0.45

Calls 1

Tested by

no test coverage detected