Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/reactnativecn/react-native-update
/ warn
Function
warn
src/utils.ts:12–14 ·
view source on GitHub ↗
(...args: any[])
Source
from the content-addressed store, hash-verified
10
}
11
12
export
function
warn(...args: any[]) {
13
console.warn(i18n.t(
'dev_log_prefix'
), ...args);
14
}
15
16
export
function
error(...args: any[]) {
17
console.error(i18n.t(
'dev_log_prefix'
), ...args);
Callers
1
assertWeb
Function · 0.85
Calls
2
warn
Method · 0.80
t
Method · 0.80
Tested by
no test coverage detected