MCPcopy Index your code
hub / github.com/ampproject/amphtml / setLoggingPrefix

Function setLoggingPrefix

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

* Sets the logging prefix for the ongoing PR check job * @param {string} prefix

(prefix)

Source from the content-addressed store, hash-verified

29 * @param {string} prefix
30 */
31function setLoggingPrefix(prefix) {
32 loggingPrefix = prefix;
33}
34
35/**
36 * Returns the formatted logging prefix for the ongoing PR check job

Callers 3

runReleaseJobFunction · 0.85
runCiJobFunction · 0.85
prCheckFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected