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

Function getImageFetcher

packages/core/application/helpers-common.ts:157–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155 */
156let _imageFetcher: org.nativescript.widgets.image.Fetcher;
157export function getImageFetcher(): org.nativescript.widgets.image.Fetcher {
158 return _imageFetcher;
159}
160export function setImageFetcher(fetcher: org.nativescript.widgets.image.Fetcher) {
161 _imageFetcher = fetcher;
162}

Callers 3

onLiveSyncFunction · 0.90
initImageCacheFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected