Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/react-native-community/cli
/ formatMessages
Function
formatMessages
packages/cli-tools/src/logger.ts:9–10 ·
view source on GitHub ↗
(messages: Array<string>)
Source
from the content-addressed store, hash-verified
7
let
hidden = false;
8
9
const
formatMessages = (messages: Array<string>) =>
10
pico.reset(messages.join(SEPARATOR));
11
12
const
success = (...messages: Array<string>) => {
13
if
(!disabled) {
Callers
6
success
Function · 0.85
info
Function · 0.85
warn
Function · 0.85
error
Function · 0.85
debug
Function · 0.85
log
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected