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