MCPcopy Index your code
hub / github.com/reactnativecn/react-native-update / asyncNoop

Function asyncNoop

src/context.ts:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6const noop = () => {};
7const asyncNoop = () => Promise.resolve();
8
9export const defaultContext = {
10 checkUpdate: asyncNoop,

Callers

nothing calls this directly

Calls 1

resolveMethod · 0.80

Tested by

no test coverage detected