MCPcopy Index your code
hub / github.com/awesome-android-root/awesome-android-root / logInfo

Function logInfo

scripts/build-docs.js:14–14  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

12
13// Logging functions
14const logInfo = (msg) => console.log(`${COLORS.GREEN}✓ ${msg}${COLORS.NC}`);
15const logWarn = (msg) => console.log(`${COLORS.YELLOW}⚠ ${msg}${COLORS.NC}`);
16const logError = (msg) => console.error(`${COLORS.RED}✗ ${msg}${COLORS.NC}`);
17const handleError = (msg) => {

Callers 2

build-docs.jsFile · 0.85
validateBuildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected