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

Function setImageFetcher

packages/core/application/helpers-common.ts:160–162  ·  view source on GitHub ↗
(fetcher: org.nativescript.widgets.image.Fetcher)

Source from the content-addressed store, hash-verified

158 return _imageFetcher;
159}
160export function setImageFetcher(fetcher: org.nativescript.widgets.image.Fetcher) {
161 _imageFetcher = fetcher;
162}
163export enum CacheMode {
164 none,
165 memory,

Callers 1

initImageCacheFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected