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

Function noop

src/utils.ts:41–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39
40export const emptyObj = {};
41export const noop = () => {};
42const emptyModuleTarget: Record<string, typeof noop> = {};
43export const emptyModule = new Proxy(
44 emptyModuleTarget,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected