MCPcopy 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

onDownloadCompletedMethod · 0.80
runMethod · 0.80
getLocalHashInfoMethod · 0.80
PushyClass · 0.80
asyncNoopFunction · 0.80
context.tsFile · 0.80
promiseAnyFunction · 0.80
core.test.tsFile · 0.80
setup.tsFile · 0.80
setupClientMocksFunction · 0.80
client.test.tsFile · 0.80
setupDownloadMocksFunction · 0.80

Calls

no outgoing calls

Tested by 2

setupClientMocksFunction · 0.64
setupDownloadMocksFunction · 0.64