Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/reactnativecn/react-native-update
/ resolve
Method
resolve
src/client.ts:123–123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
121
version = cInfo.rnu;
122
loggerPromise = (() => {
123
let
resolve: (value?: unknown) => void = () => {};
124
const
promise =
new
Promise(res => {
125
resolve = res;
126
});
Callers
15
onDownloadCompleted
Method · 0.80
run
Method · 0.80
getLocalHashInfo
Method · 0.80
Pushy
Class · 0.80
asyncNoop
Function · 0.80
context.ts
File · 0.80
promiseAny
Function · 0.80
core.test.ts
File · 0.80
setup.ts
File · 0.80
setupClientMocks
Function · 0.80
client.test.ts
File · 0.80
setupDownloadMocks
Function · 0.80
Calls
no outgoing calls
Tested by
2
setupClientMocks
Function · 0.64
setupDownloadMocks
Function · 0.64