MCPcopy
hub / github.com/ampproject/amphtml / logLocalDev

Function logLocalDev

build-system/common/logging.js:47–51  ·  view source on GitHub ↗

* Logs messages only during local development * @param {...string} messages

(...messages)

Source from the content-addressed store, hash-verified

45 * @param {...string} messages
46 */
47function logLocalDev(...messages) {
48 if (!isCiBuild()) {
49 log(...messages);
50 }
51}
52
53/**
54 * Logs messages on the same line to indicate progress

Callers 15

getFileGroupsFunction · 0.85
getValidatorJsFunction · 0.85
runCheckFunction · 0.85
runLinterFunction · 0.85
checkExactVersionsFunction · 0.85
checkFileFunction · 0.85
printConfigHelpFunction · 0.85
getModuleGraphFunction · 0.85
depCheckFunction · 0.85
checkLinksFunction · 0.85
checkLinksInFileFunction · 0.85
runCheckFunction · 0.85

Calls 2

isCiBuildFunction · 0.85
logFunction · 0.70

Tested by

no test coverage detected