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

Function green

build-system/common/check-package-manager.js:73–75  ·  view source on GitHub ↗

* Formats the text to appear green * * @param {*} text * @return {string}

(text)

Source from the content-addressed store, hash-verified

71 * @return {string}
72 */
73function green(text) {
74 return '\x1b[32m' + text + '\x1b[0m';
75}
76/**
77 * Formats the text to appear yellow
78 *

Callers 15

createTaskFunction · 0.85
installAmpTaskRunnerFunction · 0.85
cutNightlyBranchFunction · 0.85
stopTimerFunction · 0.85
getFileGroupsFunction · 0.85
runCheckFunction · 0.85
runLinterFunction · 0.85
summarizeResultsFunction · 0.85
printDistHelpFunction · 0.85
checkSentinelsFunction · 0.85
typeCheckFunction · 0.85
firebaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected