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

Function getLoggingPrefix

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

* Returns the formatted logging prefix for the ongoing PR check job * @return {string}

()

Source from the content-addressed store, hash-verified

37 * @return {string}
38 */
39function getLoggingPrefix() {
40 return bold(yellow(loggingPrefix));
41}
42
43/**
44 * Logs messages only during local development

Callers 8

runReleaseJobFunction · 0.85
runCiJobFunction · 0.85
determineBuildTargetsFunction · 0.85
printChangeSummaryFunction · 0.85
signalGracefulHaltFunction · 0.85
skipDependentJobsFunction · 0.85
startTimerFunction · 0.85
stopTimerFunction · 0.85

Calls 1

yellowFunction · 0.85

Tested by

no test coverage detected