Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ push
Method
push
packages/core/ui/image-cache/image-cache-common.ts:49–51 ·
view source on GitHub ↗
(request: DownloadRequest)
Source
from the content-addressed store, hash-verified
47
}
48
49
public push(request: DownloadRequest): void {
50
this._addRequest(request, true);
51
}
52
53
public enqueue(request: DownloadRequest): void {
54
this._addRequest(request, false);
Callers
15
test_ImageCache_ValidUrl
Function · 0.95
test_ImageCache_NothingAtProvidedUrl
Function · 0.95
transformStatements
Function · 0.45
emitDownleveledClass
Function · 0.45
addTestImport
Function · 0.45
generateTestFile
Function · 0.45
run-automated.js
File · 0.45
compare
Function · 0.45
useConfig
Function · 0.45
chainWebpack
Function · 0.45
mergeWebpack
Function · 0.45
addCopyRule
Function · 0.45
Calls
1
_addRequest
Method · 0.95
Tested by
2
createDownlevelContext
Function · 0.36
getContext
Function · 0.36