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

Method set

packages/core/ui/image-cache/index.ios.ts:84–86  ·  view source on GitHub ↗
(key: string, image: any)

Source from the content-addressed store, hash-verified

82 }
83
84 public set(key: string, image: any): void {
85 this._cache.setObjectForKey(image, key);
86 }
87
88 public remove(key: string): void {
89 this._cache.removeObjectForKey(key);

Callers 15

addToMapMethod · 0.45
onRoleChangedMethod · 0.45
addToWaitingQueueFunction · 0.45
setActivityContentMethod · 0.45
loadFontFromFileFunction · 0.45
getUIFontCachedFunction · 0.45
addTaggedAdditionalCSSFunction · 0.45
propertiesMethod · 0.45
setScopedCssVariableMethod · 0.45

Calls 1

setObjectForKeyMethod · 0.80

Tested by

no test coverage detected