MCPcopy Create free account
hub / github.com/reactnativecn/react-native-update / noop

Function noop

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

Source from the content-addressed store, hash-verified

4import i18n from './i18n';
5
6const noop = () => {};
7const asyncNoop = () => Promise.resolve();
8
9export const defaultContext = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected