MCPcopy 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

7let hidden = false;
8
9const formatMessages = (messages: Array<string>) =>
10 pico.reset(messages.join(SEPARATOR));
11
12const success = (...messages: Array<string>) => {
13 if (!disabled) {

Callers 6

successFunction · 0.85
infoFunction · 0.85
warnFunction · 0.85
errorFunction · 0.85
debugFunction · 0.85
logFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected