Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/reactnativecn/react-native-update
/ error
Function
error
src/utils.ts:16–18 ·
view source on GitHub ↗
(...args: any[])
Source
from the content-addressed store, hash-verified
14
}
15
16
export
function
error(...args: any[]) {
17
console.error(i18n.t(
'dev_log_prefix'
), ...args);
18
}
19
20
export
const
isWeb = Platform.OS ===
'web'
;
21
export
const
DEFAULT_FETCH_TIMEOUT_MS = 5000;
Callers
1
core.ts
File · 0.90
Calls
2
error
Method · 0.80
t
Method · 0.80
Tested by
no test coverage detected