Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
import
i18n from
'./i18n'
;
5
6
const
noop = () => {};
7
const
asyncNoop = () => Promise.resolve();
8
9
export
const
defaultContext = {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected