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

Function onLiveSync

packages/core/application/application.android.ts:1481–1485  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

1479});
1480
1481function onLiveSync(args): void {
1482 if (getImageFetcher()) {
1483 getImageFetcher().clearCache();
1484 }
1485}
1486
1487getNativeScriptGlobals().events.on('livesync', onLiveSync);
1488

Callers

nothing calls this directly

Calls 2

getImageFetcherFunction · 0.90
clearCacheMethod · 0.65

Tested by

no test coverage detected