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