MCPcopy Index your code
hub / github.com/reactnativecn/react-native-update / log

Function log

src/utils.ts:4–6  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

2import i18n from './i18n';
3
4export function log(...args: any[]) {
5 console.log(i18n.t('dev_log_prefix'), ...args);
6}
7
8export function info(...args: any[]) {
9 console.info(i18n.t('dev_log_prefix'), ...args);

Callers 9

assertHashFunction · 0.90
PushyClass · 0.90
core.tsFile · 0.90
UpdateProviderFunction · 0.90
resolveCheckResultFunction · 0.90
utils.tsFile · 0.85
testUrlsFunction · 0.85
fetchWithTimeoutFunction · 0.85
enhancedFetchFunction · 0.85

Calls 1

tMethod · 0.80

Tested by

no test coverage detected