Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
6
const
noop = () => {};
7
const
asyncNoop = () => Promise.resolve();
8
9
export
const
defaultContext = {
10
checkUpdate: asyncNoop,
Callers
nothing calls this directly
Calls
1
resolve
Method · 0.80
Tested by
no test coverage detected